PageBuilder
Visual section builder for MODX 3. Draft and publish without overwriting resource content

A text block between other sections. The editor works like MODX richtext: paragraphs, lists, links, basic formatting.
section.data.content for Fenom outputContent lives in Content. For long structured pages, consider Structured content (Editor.js, Pro).
| Parameter | Value |
|---|---|
| key | richtext |
| Layer | Free |
| Category | content (content) |
| Chunk | pagebuilder_richtext |
| Requires | — |
Fill these fields in the section inspector. Field types are documented in the field types reference.
content) Type richtext. Required.
pb-richtext wrapper with HTML from content.
Example payload after save. Media, video, and map values may be enriched on output:
{
"content": "<p>Page text with <strong>formatting</strong>.</p>"
}Fenom chunk pagebuilder_richtext:
<section class="pb-section pb-section--richtext pb-richtext{if $cssClass} {$cssClass|escape}{/if}" data-pb-section="richtext"{if $id} id="pb-{$id|escape}"{/if}>
<div class="pb-section__inner pb-richtext__inner">
<div class="pb-richtext__content">
{$content}
</div>
</div>
</section>core/components/pagebuilder/sections/richtext.json