Hi,
I would like to be able to create a gallery in the panel and assign captions for each of the images. By now, I added “caption” to my blueprint but in my panel there is only one text field and it creates a same caption for each image.
name: Gallerie mit 3 33%igen Bildern
icon: dashboard
preview: gallery
fields:
images:
label: Bilder hinzufügen (mindestens 1, maximal 3)
type: files
multiple: true
min: 1
max: 3
layout: cards
size: tiny
empty: field.blocks.gallery.images.empty
uploads:
template: blocks/gallery-3
image:
ratio: 1/1
caption:
label: Bildunterschrift
type: writer
icon: text
inline: true
Thanks in advance!