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


Section portfolio shows projects from a repeater. Chunk: pagebuilderpro_portfolio. Requires PageBuilder Pro.
| Field | Type | Required | Purpose |
|---|---|---|---|
title | text | no | Section title |
items | repeater | yes | Projects |
items.image | image | no | Cover |
items.title | text | yes | Name |
items.url | url | no | Link |
items.text | textarea | no | Short text |
Cards sit in div.pb-grid.pb-grid--cards. The image goes through chunk pagebuilder_partial_image only when image is set. A link is drawn when url is set. The link text is title. An empty repeater leaves an empty grid.
{
"title": "Work",
"items": [
{
"image": { "url": "assets/images/case.jpg" },
"title": "Storefront",
"url": "/cases/store",
"text": "A miniShop3 catalog"
}
]
}