keystonejs / keystone-classic

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

puting an img to to the post text #4954

Closed aniaska4 closed 4 years ago

aniaska4 commented 4 years ago

I want to add images to a post text, but wysiwyg in Content Extended doesn't have this option. I add image: { type: Types.CloudinaryImage }, in my models, but I want to have another option to add pictures only in the post text. It is possible? Or keystoneJS doesn't handdle this option?

laurenskling commented 4 years ago

'wysiwyg cloudinary images': true in your init should do the trick, is it not documented?

aniaska4 commented 4 years ago

Great, it is working! Thank you :)