Placeholders for insertion of information page data
To insert the information page data in a Customer Store page, use the following placeholders in the Infopage UI template (see Viewing and updating a UI template of a Customer Store page):
Placeholder | Description | Type | Example |
---|---|---|---|
infopage.content | WYSIWYG editor content | Local for the Infopage UI template | <div> {{ infopage.content }} </div> |
infopage.created_at | Time and date of the information page creation in the dd.mm.yyyy hh:mm format | Local for Infopage UI Template | <div> {{ infopage.created_at }} </div> |
infopage.updated_at | Time and date of the information page last update in the dd.mm.yyyy hh:mm format | Local for Infopage UI Template | <div> {{ infopage.updated_at }} </div> |