-
Notifications
You must be signed in to change notification settings - Fork 1
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
Let profiles control uploadable image extensions? #32
Comments
Interesting... TinyMCE plays nicely when pasting svg. 😃 The server-side part is slightly trickier, though. Also, keep an eye on backdrop/backdrop-issues#5541 re SVG support in core. A PoC is available. But I didn't decide, yet, if this is a valid approach (extensions via profile). Adventurous testers can play with it, but:
|
I guess, after months of silence it's OK to close this issue with "lack of interest". 😉 |
This just came to my mind while testing for a core issue. 😉
Currently extensions allowed for drag-n-drop/paste upload are based on image_gd_supported_extensions(), but actually that should rather be a fallback for images_file_types setting.
Mostly, because SVG isn't supported otherwise, but the editor actually handles it well.
The text was updated successfully, but these errors were encountered: