Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaymiejones86/2641051 to your computer and use it in GitHub Desktop.
Save jaymiejones86/2641051 to your computer and use it in GitHub Desktop.
CKeditor Force Paste as Plain Text
Add the following code snippet to the config.js file to force all pasted text into the editor window as plain text.
config.forcePasteAsPlainText = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment