#Dynamic Page via CMS
4 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Page Metadata - Root Metadata
- Client-side Live Preview - Example
- Client-side Live Preview - Frameworks - React
- Server-side Live Preview
- Form Builder Plugin
Community-Help:
Additional issue I didn't described:
Currently I set up /posts as localized slug through pages via CMS.
It works well to show a list of posts in different languages.
Then I do the file-based routing for the single posts. However, I want the prefix /posts to be localized and managable via CMS. Currently, all single posts have /posts prefix
What I have:
/en/posts/some-post
/fr/posts/quelques postes
What I want:
/en/posts/some-post
/fr/postes/quelques postes
I think u can achieve this by changing the 'posts' folder name to [something] and add a conditional function check with params.
Or you could also achieve same by using catch all route.
https://nextjs.org/docs/pages/building-your-application/routing/dynamic-routes#catch-all-segments