Skip to content
  1. Extras
  2. PageBuilder
  3. Section catalog
  4. Pro
  5. Notice

Notice

Section notice shows a short message. Chunk: pagebuilderpro_notice. Requires PageBuilder Pro.

tone: info, success, warning, danger.

Where it fits

  • A warning on a service page
  • A promotion status
  • A note above a form

Fields

FieldTypeRequiredPurpose
toneselectnoinfo, success, warning, danger
titletextnoTitle
texttextareayesText

Render

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.

Section data

json
{
  "tone": "warning",
  "title": "Warehouse",
  "text": "Shipping from 20 September"
}

Similar sections