Files
robbis.space/site/blueprints/pages/photography.yml
KirbyCMS Deploy 0a8c107828 Initial commit
2026-04-15 11:50:31 +00:00

19 lines
525 B
YAML

# Each page blueprint must have a title, the title may be different from the file name
title: Photos
# Each page can have an icon that is shown in page listings when no preview image is available.
icon: 🖼
# Here we extend two sections which are defined in `/site/blueprints/sections/albums.yml`
# They differ in their page status and the headline.
sections:
drafts:
extends: sections/albums
label: Drafts
status: draft
listed:
extends: sections/albums
label: Published Albums
status: listed