Using Page Properties as placeholder
It's possible to use the Page Properties Macro to define customized placeholders in your exports.
To use page properties as placeholders:
- Open the root page of your exports.
- Insert a page properties macro to your page and a two-column key-value table.
The first column of the table will be the keys and the second one will be the corresponding values
The two-row table set up is not supported - Save the page.
Open your template and insert the placeholder in the following pattern:
$pageProperty.from("User")
Please note that the placeholders are case-sensitive.
This placeholder will be replaced with the corresponding value stored in the content properties macro for the key with name "User".If you have multiple page property macros on your root page, you have to assign an ID to the macros and refer to this ID in your template.
For example: $pageProperty.from("User", "123")
This placeholder will be replaced with the corresponding value stored in the content properties macro with ID 123.