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

Locations

Section locations lists places from a repeater. Chunk: pagebuilderpro_locations. Requires PageBuilder Pro. This section does not embed a map.

Where it fits

  • Offices and stores as a list
  • Pickup points without a map iframe
  • Branch contacts

Fields

FieldTypeRequiredPurpose
titletextnoSection title
itemsrepeateryesPlaces
items.titletextyesName
items.addresstextareanoAddress
items.urlurlnoLink

Render

The list is ul.pb-locations__list. The address prints when set. The link target is url, and the link text is url too. There is no separate label. An empty repeater leaves an empty list. This is not a map.

Section data

json
{
  "title": "Offices",
  "items": [
    {
      "title": "Center",
      "address": "1 Example Street",
      "url": "https://example.com/map"
    }
  ]
}

Similar sections