]> _ Git - fluidbook-toolbox.git/commitdiff
wip #4686 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Aug 2023 13:32:04 +0000 (15:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 31 Aug 2023 13:32:04 +0000 (15:32 +0200)
app/SubForms/Link/Base.php

index 1844cdfde82858aa8f94ff5c1394e575996ba27c..5b9eacb664bd615593262b62c3ae78b38f39ae03 100644 (file)
@@ -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'];