Created
August 26, 2016 22:52
-
-
Save JonForest/15aa8354b309796c6b83932b34efe83f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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