View source: Blueprint

The Panel setup for this page is controlled by the blueprint pages/agency.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.yml
title: Agency
icon: 💼

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

columns:
  - width: 1/2
    sections:
      projects:
        extends: sections/agency/projects
        size: small

  - width: 1/2
    sections:
      team:
        extends: sections/agency/team

      clients:
        extends: sections/agency/clients
        layout: list

      pages:
        type: pages
        layout: list
        template:
          - agency-home
          - agency-company
          - agency-contact