keystone-classic
keystone-classic copied to clipboard
Update cloudinary.ks
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
- [ ] List browser version(s) any admin UI changes were tested in:
- [ ] Please confirm you've added (or verified) test coverage for this change.
- [ ] Please confirm
npm run test-allran successfully.