Changes for page Humor and Memes
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,17 @@ 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}} 1 1 2 2 3 3 {{attachmentGalleryPicker/}} 4 4 5 - 6 -{{carousel/}} 7 - 17 +{{attachmentGalleryPicker target="Space.Page"/}}