keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.64k stars 2.2k forks source link

Add support for all Cloudinary options to the CloudinaryImage(s) field types #832

Open JedWatson opened 9 years ago

JedWatson commented 9 years ago

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

grabbou commented 9 years ago

I am quite up to date with Cloudinary thanks to using it in my current project. Going to review that this week.

bringking commented 8 years ago

This feature would be awesome, is there any status on this? Any way we can help?

jeffreypriebe commented 8 years ago

I believe folders and use_filename both work currently.

danielmahon commented 7 years ago

folders using cloudinary prefix does not work, I just pushed a fix, basically just copies what CloudinaryImage (singular) was doing