Add missing cover field to note blueprint and move field to its own blueprint

This commit is contained in:
sonja
2020-12-13 12:30:41 +01:00
committed by Bastian Allgeier
parent 137700c492
commit 89265cd228
3 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
# Fields can be defined in there own field blueprints
# and reused across multiple blueprints
# This field is used in the album.yml and note.yml blueprints
# See http://getkirby.test/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields
type: files
multiple: false
query: page.images.template('image')
uploads:
template: image