View source: Blueprint

The Panel setup for this page is controlled by the blueprint pages/agency-contact.yml.

All blueprints can be found in the /site/blueprints folder.

To learn more about Kirby's blueprints, please check out our docs: https://getkirby.com/docs

Back to the page

/site/blueprints/pages/agency-contact.yml
title: Contact
icon: ☎

status:
  draft: Locked
  unlisted: Locked
  listed: Locked

options:
  title: false
  status: false
  duplicate: false
  url: false
  delete: false

columns:
  - width: 1/2
    fields:
      heading:
        type: text
      lineA:
        type: line
      company:
        type: text
      street:
        type: text
      zip:
        type: text
        width: 1/4
      city:
        type: text
        width: 3/4
      country:
        type: text
      lineB:
        type: line
      email:
        type: email
        width: 1/2
      phone:
        type: tel
        width: 1/2

  - width: 1/2
    fields:
      location:
        label: Map
        type: locator
      lineC:
        type: line
      socialHeading:
        label: Profiles heading
        type: text
      social:
        label: Profiles
        type: structure
        fields:
          platform:
            type: text
          link:
            type: url