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

Quote

Section quote shows one quote. Chunk: pagebuilderpro_quote. Requires PageBuilder Pro.

Where it fits

  • A highlighted client line
  • An article epigraph
  • One recommendation without team cards

Fields

FieldTypeRequiredPurpose
texttextareayesQuote text
authortextnoAuthor
roletextnoRole
avatarimagenoAvatar

Render

The root is a <figure>. The quote sits in a <blockquote>. The figcaption appears when author, role, or avatar is set. The avatar goes through pagebuilder_partial_image. Empty text fails publish: the field is required.

Section data

json
{
  "text": "We built the page in a day",
  "author": "Anna",
  "role": "Editor",
  "avatar": { "url": "assets/images/anna.jpg" }
}

Similar sections