Skip to content

Content Area Reference

Reference for Content Area Reference in Web Framework References. Key properties: ID, Class.

Use this reference to understand what Content Area Reference is for and which component-specific inspector group matters most when you configure it.

Inspector Property Groups

Content Area Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class