Files
lichterei-web/site/blueprints/sections/albums.yml
Lukas Bestle 3735edfbe7 Sections: label instead headline
Co-authored-by: Nico Hoffmann  ෴ <me@nhoffmann.com>
2022-06-04 17:09:42 +02:00

17 lines
621 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: Photography
parent: kirby.page("photography")
size: small
info: "{{ page.images.count }} image(s)"
layout: cards
template: album
empty: No albums yet
image:
query: page.cover
cover: true
ratio: 5/4