You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why SVGs don't get uploaded if they're in the path to upload? Cloudinary does a pretty good job optimizing them vs compressing them locally, which is why I prefer to use them from Cloudinary. However, they never get uploaded with this plugin. Is this something we can change in the config to define which asset types we'd like uploaded?
The text was updated successfully, but these errors were encountered:
@olavea and I are tasked with getting this plugin up-to-date 🥳
We plan to solve this issue by adding a plugin option for allowed media types, and using the current types (['image/png', 'image/jpeg', 'image/gif']) as default. In that way you could override and add SVG without us breaking it for someone else.
Is there any reason why SVGs don't get uploaded if they're in the path to upload? Cloudinary does a pretty good job optimizing them vs compressing them locally, which is why I prefer to use them from Cloudinary. However, they never get uploaded with this plugin. Is this something we can change in the config to define which asset types we'd like uploaded?
The text was updated successfully, but these errors were encountered: