From 7778c40ea87f7eccf52bcb5fc50ea39545e28bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Fri, 2 May 2025 10:44:15 +0200 Subject: [PATCH] Set up gallery image caption field --- site/blueprints/files/gallery_image.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/site/blueprints/files/gallery_image.yml b/site/blueprints/files/gallery_image.yml index 2181f78..c370d0a 100644 --- a/site/blueprints/files/gallery_image.yml +++ b/site/blueprints/files/gallery_image.yml @@ -2,6 +2,25 @@ title: Image accept: mime: image/jpeg, image/png fields: + caption: + label: + en: Caption + fr: Légende + type: writer + toolbar: + inline: false + nodes: false + marks: + - bold + - italic + - '|' + - link + - email + - '|' + - clear + help: + en: "Informative text displayed below the image." + fr: "Texte informatif affiché sous l'image." alt_text: label: en: Alternative text