keystone-classic
keystone-classic copied to clipboard
Add support for all Cloudinary options to the CloudinaryImage(s) field types
We should allow all options that the Cloudinary API supports from the CloudinaryImage(s) field type options, e.g. folder
, use_filename
, etc.
Full list here: http://cloudinary.com/documentation/node_image_upload
I am quite up to date with Cloudinary thanks to using it in my current project. Going to review that this week.
This feature would be awesome, is there any status on this? Any way we can help?
I believe folders and use_filename both work currently.
folders using cloudinary prefix
does not work, I just pushed a fix, basically just copies what CloudinaryImage (singular) was doing