mirror of
https://github.com/Huber1/skigemeinschaft.git
synced 2026-05-13 12:27:34 +02:00
9 lines
496 B
YAML
9 lines
496 B
YAML
# This section blueprint defines a pages section that can be reused across multiple blueprints
|
|
# or multiple times within the same blueprint, see `/site/blueprints/pages/photography.yml` and `/site/blueprints/site.yml`
|
|
# Sections can have different layouts and display additional information or a preview image
|
|
# More about pages sections: https://getkirby.com/docs/reference/panel/sections/pages
|
|
type: pages
|
|
label: Angebote
|
|
parent: kirby.page("angebote")
|
|
empty: Keine Angebote
|
|
template: angebot
|