From: Vincent Vanwaelscappel Date: Thu, 31 Aug 2023 14:57:38 +0000 (+0200) Subject: wip #4686 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2a159caa68d28c43ada024af7e20ce56d9c93e37;p=fluidbook-toolbox.git wip #4686 @0.5 --- diff --git a/app/SubForms/Link/Base.php b/app/SubForms/Link/Base.php index 5b9eacb66..de95260af 100644 --- a/app/SubForms/Link/Base.php +++ b/app/SubForms/Link/Base.php @@ -56,7 +56,7 @@ class Base extends Form protected static $_acceptAudio = ['.mp3']; protected static $_acceptHtml = ['.html']; protected static $_acceptIframe = ['.oam', '.zip', '.html', '.pdf']; - protected static $_acceptLottie = ['.zip', '.html', '.json']; + protected static $_acceptLottie = ['.zip', '.html', '.json', '.lottie']; protected static $_acceptSlideshow = ['.jpg', '.jpeg', '.png', '.svg', '.gif', '.zip']; protected static $_acceptPDF = ['.pdf'];