From 2a159caa68d28c43ada024af7e20ce56d9c93e37 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 31 Aug 2023 16:57:38 +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 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']; -- 2.39.5