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


Section locations lists places from a repeater. Chunk: pagebuilderpro_locations. Requires PageBuilder Pro. This section does not embed a map.
| Field | Type | Required | Purpose |
|---|---|---|---|
title | text | no | Section title |
items | repeater | yes | Places |
items.title | text | yes | Name |
items.address | textarea | no | Address |
items.url | url | no | Link |
The list is ul.pb-locations__list. The address prints when set. The link target is url, and the link text is url too. There is no separate label. An empty repeater leaves an empty list. This is not a map.
{
"title": "Offices",
"items": [
{
"title": "Center",
"address": "1 Example Street",
"url": "https://example.com/map"
}
]
}