skigemeinschaft/site/blueprints/pages/text.yml

40 lines
1.2 KiB
YAML

# Each page blueprint must have a title, the title may be different from the file name
# This default blueprint is used to display a page in the Panel whenever a custom page blueprint is missing.
title: Textseite
# Custom descriptions of page statuses depending on use case
# More about page statuses: https://getkirby.com/docs/reference/panel/blueprints/page#statuses
status:
draft: true
unlisted:
label: Versteckte Seite
text: Die Seite taucht nicht in der Hauptnavigation auf
listed:
label: Menüseite
text: Die Seite hat einen Eintrag in der Hauptnavigation
# Content area width 2 columns and 3 sections: fields, pages, and files
# Columns: https://getkirby.com/docs/guide/blueprints/layout#defining-columns
columns:
- width: 3/4
fields:
text:
type: textarea
size: huge
- width: 1/4
sections:
fields:
type: fields
fields:
size:
label: Seitenbreite
type: select
default: default
required: true
options:
default: Standard
small: Schmal
files:
label: Dateien
type: files
batch: true