View source: Blueprint

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

columns:
  - width: 2/3
    sections:
      content:
        type: fields
        fields:
          category:
            type: select
            options:
              - Branding
              - Editorial
              - Fashion
              - Photography
              - Product Design
              - Web
            width: 1/2
          client:
            type: pages
            query: kirby.page("agency/clients").childrenAndDrafts
            subpages: false
            multiple: false
            image:
              back: white
            width: 1/2
          link:
            type: url
          text:
            label: Description
            type: writer
  - width: 1/3
    sections:
      cover:
        type: files
        template: agency-project-cover
        layout: cards
        size: large
        image:
          cover: true
          ratio: 4/3
      gallery:
        type: files
        template: agency-project-image
        layout: list