From: Vincent Vanwaelscappel Date: Thu, 12 Mar 2026 17:05:10 +0000 (+0100) Subject: #8040 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=98c4aaaea80374f4418c0ce7123bb1e77a669ed6;p=fluidbook-toolbox.git #8040 --- 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[]