I’m attempting to create dynamic pages and pull in the content from Plasmic CMS. My objective is for the content of the page to come from the properties of the CMS entry that matches the slug. Each CMS entry has a slug text field. The pages that render have the unique urls with the correct slugs but both pages pull content from the latest entry in the CMS. If I removed the Limit it pulls in the content from both and stacks it on both pages (this also makes me believe the filter value is being ignored).
What are the reproduction steps?
- Create plasmic CMS with multiple entries
- Set up page that pulls in that model via CMS data fetcher
- Set up CMS data fetcher to filter on [slug]
Relevant links:
- My project: Plasmic