Skip to content
  1. Extras
  2. PageBuilder
  3. Section catalog
  4. Pro
  5. How it works

How it works

Section how_it_works lists steps from a repeater. Chunk: pagebuilderpro_how_it_works. Requires PageBuilder Pro.

Where it fits

  • Order or onboarding flow
  • Three or four steps under the hero
  • A service explanation without dates

Fields

FieldTypeRequiredPurpose
titletextnoSection title
introtextareanoIntro
stepsrepeateryesSteps
steps.titletextyesStep title
steps.texttextareanoText
steps.iconimagenoIcon

Render

Steps sit in an <ol>. The number is the row index plus 1, with aria-hidden="true". Field icon is type image, not icon. The picture goes through pagebuilder_partial_image. An empty repeater leaves an empty list. intro prints only when set.

Section data

json
{
  "title": "How to order",
  "intro": "Three steps",
  "steps": [
    {
      "title": "Pick",
      "text": "Add a product",
      "icon": { "url": "assets/images/step.png" }
    }
  ]
}

Similar sections