Text box
The Text box is a semantic inline container that groups a Heading with its Text paragraph. Use it when a heading and its paragraph should render together as one unit, for example a section title followed by its description.
Properties
The properties live in the inspector under the Text box and Logic groups.
Property | What it does | Default |
|---|---|---|
Tag | HTML tag that wraps the content | Paragraph (p) |
Logic | Visibility: Always, or Formula to show the box only when a formula is true | Always |
Tag accepts Heading 1 through Heading 6 or Paragraph. The Text box has no references.
References
The Text box exposes no references. Its content is static text, so it cannot be used as data in formulas.
Styling
The Text box can be styled per state, and styles target the wrapper element.
Style states: Default, Hover.
Named target: wrapper.
Named style set: none.
Document quick style: Text align, which sets text-align on the wrapper with options left, center, right, and justify. The fallback is left.
Apply general styling from the Style tab: quick styles, style sets, and CSS overrides per state and per breakpoint. See the styling reference for the full system.
The Text box renders only Text and Heading children; any other child kind is skipped. In edit mode an empty box shows "Empty text box".
Related articles
UI Elements: overview of the elements.
FormulaScript Overview: using formulas in properties.