View source: Blueprint

The Panel setup for this page is controlled by the blueprint pages/home.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/home.yml
title: Home
icon: 🏡
sections:
  content:
    type: fields
    fields:
      heading:
        type: text
      panelHeading:
        label: Panel heading
        type: text
        width: 1/2
      aboutHeading:
        label: About heading
        type: text
        width: 1/2
      panelText:
        label: Panel text
        type: writer
        width: 1/2
      aboutText:
        label: About text
        type: writer
        width: 1/2
  examples: sections/home/examples