storypioneers / kirby-wysiwyg

WYSIWYG panel field for Kirby CMS
Other
125 stars 17 forks source link

Images ? #27

Closed bugsysop closed 8 years ago

bugsysop commented 8 years ago

Is there a way to add image in the text ? I tried to drag image in text area wit Kirby 2.2.3 and this do nothing... Is this function working with previous version of Kirby ?

samnabi commented 8 years ago

I can confirm this issue. Would be great to be able to drag-and-drop images into the wysiwyg textarea.

stereonom commented 8 years ago

c::set('field.wysiwyg.dragdrop.kirby', true); c::set('field.wysiwyg.dragdrop.medium', true);

OscarGodson commented 8 years ago

I'm still new to Kirby, where do I paste that @stereonom?

OscarGodson commented 8 years ago

Whoops, asked too soon. It goes in config.php and then you can drag and drop right into the wysiwyg field! Thanks!

bugsysop commented 8 years ago

Thanks... Sorry for taking so many time ;-)