
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content


Section case_study describes one project. Chunk: pagebuilderpro_case_study. Requires PageBuilder Pro.
| Field | Type | Required | Purpose |
|---|---|---|---|
title | text | yes | Title |
client | text | no | Client |
result | text | no | Result |
text | textarea | no | Story |
image | image | no | Image |
button_label | text | no | Button label |
button_url | url | no | Button URL |
The image is on the side only when image is set, through pagebuilder_partial_image. client and result print apart from the body text. The button appears when both button_label and button_url are set. The URL runs through pb_href. title is required.
{
"title": "Store chain",
"client": "North",
"result": "+18% orders",
"text": "Built the storefront from sections",
"image": { "url": "assets/images/case.jpg" },
"button_label": "Read",
"button_url": "/cases/north"
}