View source: Blueprint

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

status:
  draft: Locked
  unlisted: Locked
  listed: Locked

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

sections:
  drafts:
    extends: sections/agency/projects
    layout: list
    headline: Drafts
    status: draft
  inReview:
    extends: sections/agency/projects
    layout: list
    headline: Client approval needed
    status: unlisted
  projects:
    extends: sections/agency/projects
    headline: Published
    status: listed