julienmonnerie/kirby/config/blocks/gallery/gallery.yml

41 lines
780 B
YAML
Raw Normal View History

2022-06-17 17:51:59 +02:00
name: field.blocks.gallery.name
icon: dashboard
preview: gallery
fields:
images:
label: field.blocks.gallery.images.label
type: files
2022-06-17 18:02:55 +02:00
query: model.images
2022-06-17 17:51:59 +02:00
multiple: true
layout: cards
2025-04-21 18:57:21 +02:00
size: small
2022-06-17 17:51:59 +02:00
empty: field.blocks.gallery.images.empty
uploads:
template: blocks/image
image:
ratio: 1/1
2022-12-19 14:56:05 +01:00
caption:
label: field.blocks.image.caption
type: writer
icon: text
inline: true
ratio:
label: field.blocks.image.ratio
type: select
placeholder: Auto
width: 1/2
options:
1/1: "1:1"
16/9: "16:9"
10/8: "10:8"
21/9: "21:9"
7/5: "7:5"
4/3: "4:3"
5/3: "5:3"
3/2: "3:2"
3/1: "3:1"
crop:
label: field.blocks.image.crop
type: toggle
width: 1/2