Hi,
I have a string that I want to be able to inject in multiple content pages. The string is always the same in every page but it needs to be defined in one single place so that I don't need to update every single content page when this string changes. For example:
Thanks in advance for your help.
Regards,
Dennis
I have a string that I want to be able to inject in multiple content pages. The string is always the same in every page but it needs to be defined in one single place so that I don't need to update every single content page when this string changes. For example:
- I define the string to be "125"
- I insert some sort of token {number} into a content page
-
{number} always represents 125, but when I update it to 130 the string is updated automatically in all pages where this token has been added
Thanks in advance for your help.
Regards,
Dennis