Dynamic pages from external data
In a site of any significant size, especially sites that are data-driven, you won't want to create a composition for each possible page. Uniform enables you to create dynamic pages that act as templates for how to display data from an external source without requiring you to create individual compositions.
For this exercise we will configure a dynamic page in our project that acts as a catch-all for any article that exists in the CMS. During the lesson you will:
Goals
- Build a dynamic article page that can display data from any article without an author having to manually a separate page for each and every article.
- Configure a data type that will provide data to the dynamic article page.
- Test the dynamic article page.
Add dynamic page#
- In Uniform, navigate to the Project Map.
- Duplicate the node Home > Articles > A History of Coffee.
About this step
A new node is created with the a path segment
/the-golden-ratio-of-coffee-copy1
. - Change the following values on the new node:
Field Value Name Article
Path Segment Type Dynamic Path Segment article
- Click Save.
- In the project map, navigate to the node Home > Articles > Article.
- Open the composition.
- Change the following values on the composition:
Field Value Composition Name Article
Connect data resource#
- Open the data resources for the composition.
- Delete the resource Single Article Content.
- Click the button +.
- Click add.
- Enter the following values:
- Click Save.
- Under the field Article by slug settings, click the button to insert variable.
- Select article.
- Click Save.
- In the field Attached To, click * article.
- In the field article, enter the following value:
- Click Save.
About this step
This value is only used so the components displayed within Canvas have a value during the authoring process.
Configure components#
On the page component, map the following parameters:
Replace the existing Hero component with a new component using the component type Hero.
About this step
You have to do this because the original Hero component is based on a pattern, which provides instructions for how the different parameters on the Hero are populated. You want to populate those parameters yourself, so you need to remove the Hero component based on a pattern and replace it with the plain Hero component.
Add the Hero component, set the following parameters:
Name Value Display Variant Image Left Title Style H2 On the Hero component, map the following parameters:
On the Content component, map the following parameters:
Click Publish.
On the published site, navigate to the article The right bean for pour-over coffee makers.