Skip to content
  1. Extras
  2. PageBuilder
  3. Field types
  4. Pro
  5. address

Field address

Version: Pro (advanced-fields).

Object text, lat, lng. This is not a map iframe. Coordinates are strings. A map is built by the map section or your chunk.

Schema

json
{
  "name": "office",
  "type": "address",
  "label": "Address"
}

Section data

json
{
  "office": {
    "text": "1 Example Street",
    "lat": "55.75",
    "lng": "37.62"
  }
}

Chunk example

html
<address>{$office.text|escape}</address>

Similar types

  • map to embed a map
  • The Locations section for a list of places