Text component
The most commonly-used component for adding content to a page. Use for prose, lists and tables. For quotations, use the quote component.
Open this Text component in a new tab
HTML:
<div class="component component--text">
<h2>Example text component</h2>
<p>Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. The passage is attributed to an unknown typesetter in the 15th century who is thought to have scrambled parts of Cicero's De Finibus Bonorum et Malorum for use in a type specimen book.</p>
</div>
Considerations
To help maintain the page heading hierarchy, <h1>
is not an available option within the CMS as this has its own specific location within the page template.
If you have prose split across multiple text components, with other components interspersed (e.g. the image component), be sure to check that no heading levels are accidentally skipped in the text components.