Releases: Silvanite/nova-field-cloudinary
Releases · Silvanite/nova-field-cloudinary
Video support
This release adds a new CloudinaryVideo
field and associated helpers.
Other Changes
- Reduced thumbnail size in Nova for improved performance.
- Fix delete functionality for Audio and File fields to actually delete the remote file.
- Better support for less common resource types, e.g. raw and video.
Add CloudinaryFile field
Added a CloudinaryFile field for general purpose cloudinary file uploads. Simply extends the default Nova File field, so it can be used with the same options etc.