0 Votes

Changes for page Humor and Memes

Last modified by Ryan C on 2025/09/10 07:29

From version 183.1
edited by Ryan C
on 2025/05/06 21:26
Change comment: There is no comment for this version
To version 188.1
edited by Ryan C
on 2025/05/06 21:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,12 @@
1 -{{gallery}}
2 -
3 -{{/gallery}}
4 -
5 -{{carousel/}}
6 -
7 -{{attachmentGalleryPicker/}}
8 -
9 -
1 +{{velocity}}
2 +#set ($attachments = $doc.attachmentList)
3 +#if ($attachments.size() > 0)
4 + {{gallery}}
5 + #foreach($attachment in $attachments)
6 + #if($attachment.isImage())
7 + [[image:$attachment.filename]]
8 + #end
9 + #end
10 + {{/gallery}}
11 +#end
12 +{{/velocity}}