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

Version: Pro.
Inspector legend without fieldset key in data. Nested names unique within section. Pro organization for long forms.
Heading only without nested is heading. Chunk uses flat keys seo_title not seo.title.
{
"name": "seo",
"type": "fieldset",
"label": "SEO",
"fields": [
{
"name": "seo_title",
"type": "text",
"label": "SEO title"
}
]
}Flat keys of nested fields in the section data.
The seo key in the schema is not stored in the section data. Nested fields are flat keys:
{
"seo_title": "SEO title"
}{$seo_title|escape}fieldset has no own key in the section data. Nested fields are flat keys alongside other section fields.
| Key | Role |
|---|---|
label | Group title (legend) |
fields | Nested schema |
tab / width | Inspector grouping |
Nested fields support the usual meta keys (tab, width, default, …).