Summary
Details
- Page properties
-
- Content
-
... ... @@ -73,9 +73,10 @@ 73 73 74 74 ~{~{velocity}} 75 75 #set ($attachments = $doc.getAttachmentList()) 76 + 76 76 ~{~{gallery}} 77 77 #foreach ($attachment in $attachments) 78 - #if($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png')) 79 + #if ($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png') || $attachment.filename.endsWith('.webp')) 79 79 image~:$attachment.filename 80 80 #end 81 81 #end