
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content
- MODX 3
- PHP 8.2
- Vue 3


Version: Pro.
The field itself is hidden in the inspector (fieldVisibility is off). It marks a group of fields that appear only when a condition is met. The condition is showWhen on the neighboring fields.
Condition lives on visible fields via showWhen. Decorative title without logic is heading.
{
"name": "_dep",
"type": "dependent",
"label": "Dependent fields",
"tab": "Content",
"width": 100
}Not stored.
Not stored in the section data.
Not used in the chunk.
The type itself is not rendered in the inspector (fieldVisibility returns false). Sibling fields control visibility via showWhen.
The value is not stored in the section data.
| Key | Role | CMP |
|---|---|---|
tab | Group in the inspector | yes |
width | Label width, 25–100 (%) | yes |
label | Subtitle / marker text | yes |
See fields overview.