Merge pull request #43 from getkirby/section-label
This commit is contained in:
@@ -24,13 +24,11 @@ sections:
|
||||
type: text
|
||||
width: 1/2
|
||||
|
||||
# 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
|
||||
# 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.
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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)"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user