Hey team, how can I have a Builder page pull its content (including a custom URL slug / permalink) dynamically from a separate model?
Context: I built a page that pulls its content from a separate model (called Story) in builder. Each time a new Story is published, a new version of the page becomes available to view the Story’s content. Currently, the page works by including the Story - Id in the URL path. However, I am trying to figure out a solution that allows us to customize the URL.
Here’s the page in builder: https://builder.io/content/7358745c5aa6494da0bb79a7395c6aea
Here’s the Story model in builder: https://builder.io/models/74d0f168c1b641d19941ac54e5d259ca
Here’s an example of a public page producing a Story: https://thenewpaper.co/story/f67258133c154157b05d47cae83acf77
In this example above, the aim is to make the URL something like: “https://thenewpaper.co/story/inda-coronavirus-cases”