Skip to content

Instantly share code, notes, and snippets.

@JonForest
Created August 26, 2016 22:52
Show Gist options
  • Select an option

  • Save JonForest/15aa8354b309796c6b83932b34efe83f to your computer and use it in GitHub Desktop.

Select an option

Save JonForest/15aa8354b309796c6b83932b34efe83f to your computer and use it in GitHub Desktop.
// Add ability to paste images inline in html wysiwyg editor
// from https://github.com/keystonejs/keystone/issues/1545
keystone.init({
...
'wysiwyg additional plugins': 'paste',
'wysiwyg additional options': {
'paste_data_images': true
}
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment