There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d9cf9c26-f201-4514-87fa-192a98b35c32 XWIKI-6762 Open

Add caption to images in Gallery Macro

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-6939e70c-50d5-4b38-8e8a-9b2ed7abbd21 Charpentier Lucas on 21/Oct/25 15:32
 

AFAIU, there is already title support. It should be straightforward to update it:

https://github.com/xwiki/xwiki-platform/blob/2ed742eb5385d97d1128de8b693798b8b118ae07/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/gallery/gallery.js#L66

Note that the title attribute on images should be uncommon:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#the_title_attribute
We probably want to keep supporting it mostly for backwards compatibility.