-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow file kinds to be extended #1584
Comments
It would be good if this was revealed in the admin as an additional checkbox in the allowed file types list as well. |
Something like this would be awesome (I may be using the wrong brackets, but you get the idea):
Then the "Restrict allowed file types?" section would add checkboxes for any additional type specified there. |
One more thought occurs to me regarding this. There should be a way to add more than one extension to a single checkbox. Perhaps:
|
I'm also running into this issue. Need to add .dwg and other technical drawing files to the assets as well. |
Any updates on this? |
This is an old feature request, @brandonkelly, @angrybrad, but i'd like to put in an emphatic +1 for it. |
Added an |
@brandonkelly - one question: will this be going into the 3.0.x branch or not until the 3.1 release? |
3.0.37 |
Description
See this stackoverflow post
I have added extra file extensions to my allowed uploads list in the config file, but the "kind" property is returned as "unknown"
Steps to reproduce
'extraAllowedFileExtensions' => 'bim, dwg, rvt'
{{ asset.kind }}
Additional info
The text was updated successfully, but these errors were encountered: