I’m wondering if there is any feature for shared strings such as the company name, office address, etc. to be interpolated in any pages The expected behavior is that I set the value for such a string in admin panel, and create pages with “Welcome to {CompanyName} website”, then string interpolation is done when rendered.
asked
Tetsuya Suga
2 answers
0
I believe you need to do it by using constants or else as a meta data by creating entities for the same information
answered
Sairam Tanniru
0
Do in in the standard layout of your pages and have a datasource microflow as source for the string.