Merge pull request #43 from getkirby/section-label

This commit is contained in:
Nico Hoffmann ෴
2022-06-04 18:45:58 +02:00
committed by GitHub
5 changed files with 10 additions and 12 deletions

View File

@@ -27,10 +27,8 @@ sections:
# The photography section extends a pages section defined in the `/site/blueprints/section/album.yml` blueprint
# More about reusing and extending sections: https://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-sectionss
photography:
headline: Photography
label: Photography
extends: sections/albums
status: listed
size: small
help: All projects for the homepage are being pulled from the photography page.

View File

@@ -14,12 +14,12 @@ columns:
sections:
drafts:
extends: sections/notes
headline: Drafts
label: Drafts
status: draft
unlisted:
extends: sections/notes
headline: In Review
label: In Review
status: unlisted
- width: 2/3
@@ -27,7 +27,7 @@ columns:
sections:
listed:
extends: sections/notes
headline: Published
label: Published
status: listed
size: small
layout: cards

View File

@@ -9,10 +9,10 @@ icon: 🖼
sections:
drafts:
extends: sections/albums
headline: Drafts
label: Drafts
status: draft
listed:
extends: sections/albums
headline: Published Albums
label: Published Albums
status: listed

View File

@@ -3,7 +3,7 @@
# 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
headline: Photography
label: Photography
parent: kirby.page("photography")
size: small
info: "{{ page.images.count }} image(s)"

View File

@@ -3,7 +3,7 @@
# 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
headline: Notes
label: Notes
parent: kirby.page("notes")
info: "{{ page.published }}"
template: note