From: Vincent Vanwaelscappel Date: Thu, 31 Aug 2023 13:32:04 +0000 (+0200) Subject: wip #4686 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a2ed039d01ced0ad2a6704810d984ba91dab8783;p=fluidbook-toolbox.git wip #4686 @0.5 --- diff --git a/app/SubForms/Link/Base.php b/app/SubForms/Link/Base.php index 1844cdfde..5b9eacb66 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']; + protected static $_acceptLottie = ['.zip', '.html', '.json']; protected static $_acceptSlideshow = ['.jpg', '.jpeg', '.png', '.svg', '.gif', '.zip']; protected static $_acceptPDF = ['.pdf'];