Created
May 9, 2012 01:45
-
-
Save jaymiejones86/2641051 to your computer and use it in GitHub Desktop.
CKeditor Force Paste as Plain Text
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 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