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


Section notice shows a short message. Chunk: pagebuilderpro_notice. Requires PageBuilder Pro.
tone: info, success, warning, danger.
| Field | Type | Required | Purpose |
|---|---|---|---|
tone | select | no | info, success, warning, danger |
title | text | no | Title |
text | textarea | yes | Text |
The root is <aside role="note">. The tone class is pb-notice--info, pb-notice--success, pb-notice--warning, or pb-notice--danger. An empty tone becomes info. The same tone is written to data-pb-tone. text is required. The title prints only when set.
{
"tone": "warning",
"title": "Warehouse",
"text": "Shipping from 20 September"
}