keystonejs / keystone-classic

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

Update cloudinary.ks #4958

Open francescomarocchi opened 4 years ago

francescomarocchi commented 4 years ago

Why not adding something like this?

if (keystone.get('wysiwyg cloudinary images folder')) { options.folder = keystone.get('wysiwyg cloudinary images folder'); }

It's a new configuration and permits to specify folder for both TinyMCE image upload.

At the moment everything goes directly in cloudinary root folder.

Thanks!

Description of changes

Related issues (if any)

Testing