Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.1
-
None
-
None
-
-
Empty show more show less
Description
In the template 'image.ftl' this if clause is always true on a binary image:
[#if image.title?? || image.copyright?? || image.description??]
This because the image name is in case of a binary returned as image.title.
Finally the image.caption is then rendered -> the file name is the caption.
=> the image name on a binary always appears below the image.
Checklists
Acceptance criteria