From a2ed039d01ced0ad2a6704810d984ba91dab8783 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 31 Aug 2023 15:32:04 +0200 Subject: [PATCH] wip #4686 @0.5 --- app/SubForms/Link/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- 2.39.5