0 Votes

Changes for page Euroweek

Last modified by Ryan C on 2025/06/25 18:28

From version 21.1
edited by Ryan C
on 2025/03/10 15:21
Change comment: There is no comment for this version
To version 20.1
edited by Ryan C
on 2025/03/10 15:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -71,13 +71,18 @@
71 71  
72 72  == Videos and Images {{id name="videos-and-images"/}} ==
73 73  
74 +{{velocity}}
75 +#set ($attachments = $doc.getAttachmentList())
76 +
74 74  {{gallery}}
75 -image:euroweekgirls1.jpg
76 -image:euroweekgirls2.jpg
77 -image:euroweekgirls3.jpg
78 +#foreach ($attachment in $attachments)
79 +  #if ($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png') || $attachment.filename.endsWith('.webp'))
80 +    image:$attachment.filename
81 +  #end
82 +#end
78 78  {{/gallery}}
84 +{{/velocity}}
79 79  
80 -
81 81  === Relevant Videos {{id name="relevant-videos"/}} ===
82 82  
83 83