Initial commit
This commit is contained in:
40
kirby-baukasten-main/site/blueprints/pages/images.yml
Normal file
40
kirby-baukasten-main/site/blueprints/pages/images.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
title: page.images.title
|
||||
image:
|
||||
icon: file-image
|
||||
back: "transparent"
|
||||
color: "var(--color-gray-600)"
|
||||
query: false
|
||||
|
||||
options:
|
||||
# access
|
||||
changeSlug: false
|
||||
changeStatus: false
|
||||
# changeTemplate
|
||||
changeTitle: false
|
||||
# create
|
||||
delete: false
|
||||
duplicate: false
|
||||
# list
|
||||
move: false
|
||||
preview: false
|
||||
# sort
|
||||
update: false
|
||||
|
||||
status:
|
||||
draft: false
|
||||
unlisted: true
|
||||
listed: false
|
||||
|
||||
sections:
|
||||
files:
|
||||
label: section.images.label
|
||||
type: files
|
||||
layout: cardlets
|
||||
template: image
|
||||
uploads:
|
||||
template: image
|
||||
search: true
|
||||
sortBy: filename desc
|
||||
info: '{{ file.alt.isNotEmpty ? file.filename : "" }}'
|
||||
text: "{{ file.alt.or(file.filename) }}"
|
||||
limit: 100
|
||||
Reference in New Issue
Block a user