For a smoother way to develop content pages in my current project, it is essential to show the value of a property inside page content.
I have a database listing thousands of restaurants. When I create the page content for each one of them, I need to show some of the page's property values:
- Brief description
- Address
- URL
- Phone number
All this information is already in page´s property values. And now I have to copy and paste them manually in order to show this full info at the page content, being too inefficient.
The ideal scenario would be that the value is automatically updated at the page content any time I edit an item at the database.
Any idea to prevent this bottleneck in my project?
Thanks