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


Section timeline lists events in repeater order. Chunk: pagebuilderpro_timeline. Requires PageBuilder Pro.
| Field | Type | Required | Purpose |
|---|---|---|---|
title | text | no | Section title |
items | repeater | yes | Events |
items.date | text | yes | Date |
items.title | text | yes | Event title |
items.text | textarea | no | Text |
The chunk builds <ol class="pb-timeline__list">. An empty items list stays empty. There is no fallback sentence. Date and title are required. Row text is printed only when it is set.
{
"title": "History",
"items": [
{ "date": "2019", "title": "Start", "text": "First office" }
]
}