From 98c4aaaea80374f4418c0ce7123bb1e77a669ed6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 12 Mar 2026 18:05:10 +0100 Subject: [PATCH] #8040 --- 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 2b9bf6e5f..60002ed10 100644 --- a/app/SubForms/Link/Base.php +++ b/app/SubForms/Link/Base.php @@ -69,7 +69,7 @@ class Base extends Form protected static $_acceptLottie = ['.zip', '.html', '.json', '.lottie']; protected static $_acceptSlideshow = ['.jpg', '.jpeg', '.png', '.svg', '.gif', '.zip']; protected static $_acceptPDF = ['.pdf']; - protected static $_accept3D = ['.3ds', '.fbx', '.3dm', '.3ds', '.3mf', '.amf', '.bim', '.brep', '.dae', '.fbx', '.fcstd', '.gltf', '.ifc', '.iges', '.step', '.stl', '.obj', '.off', '.ply', '.wrl']; + protected static $_accept3D = ['.3ds', '.fbx', '.3dm', '.3ds', '.3mf', '.amf', '.bim', '.brep', '.dae', '.fbx', '.fcstd', '.gltf', '.ifc', '.iges', '.step', '.stl', '.obj', '.off', '.ply', '.wrl', '.glb']; /** * @return array[] -- 2.39.5