HTML
The HTML module puts arbitrary markup on a portal, with property values from the current object substituted into it. Use it for instructions, embedded video, or buttons that act on the object.
Properties are referenced by ID in the content and listed in the expansion list, which is what tells the module to fetch them. A property that is not in that list will not be substituted, which is the usual reason a placeholder renders as literal text.
HTML
The HTML to show, and the properties it may expand.
Content
The HTML content to display.
Properties to Expand in HTML
List of properties to expand in the HTML content. In order to use a given property in the HTML content, use the %PROPERTY_ID% syntax.
Generated from CtrlPortals 3.26.9.53.
Related
Section titled “Related”- Configuration overview
- About CtrlPortals — how modules sit inside segments