System Information
- Strapi Version: 5
- Operating System: Windows 11
- Database: sqllite
- Node Version: v18.9.1
- NPM Version: 9.6.2
- Yarn Version:
I haven’t been able to figure out or find documentation on adding new allowed types of media. I tried creating a plugins.ts that added new mime types but that didn’t seem to change anything. Ideally I’d like to add a category of 3D to the allowed types (.blend, .gltf, .glb, .fbx) so that I can upload and store 3D files, and restrict it to that type only.
Any help would be appreciated, thanks!