mirror of
https://github.com/Huber1/skigemeinschaft.git
synced 2026-05-13 12:27:34 +02:00
35 lines
1,002 B
YAML
35 lines
1,002 B
YAML
# Each page blueprint must have a title, the title may be different from the file name
|
|
title: Home
|
|
|
|
# Each page can have an icon shown in page listings when no preview image is available.
|
|
icon: 🏠
|
|
|
|
# Page options allow you to control how users can interact with the page.
|
|
# Here we prevent changing the page status (the home page cannot be renamed or deleted by default)
|
|
# More about page options: https://getkirby.com/docs/reference/panel/blueprints/page#options
|
|
options:
|
|
changeStatus: false
|
|
|
|
# Here we define an info section and a pages section (`photography`)
|
|
columns:
|
|
- width: 2/3
|
|
fields:
|
|
layout:
|
|
extends: fields/layout
|
|
|
|
- width: 1/3
|
|
sections:
|
|
meta:
|
|
type: fields
|
|
fields:
|
|
background:
|
|
label: Hintergrundbild
|
|
type: files
|
|
query: model.images
|
|
multiple: false
|
|
uploads:
|
|
template: blocks/image
|
|
files:
|
|
label: Dateien
|
|
type: files
|
|
batch: true
|