Created
August 7, 2014 12:54
-
-
Save matgargano/8b664923e59846e44d40 to your computer and use it in GitHub Desktop.
Prevent Rich Text From Being Pasted TinyMCE 4X
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
tinymce.init({ | |
plugins: "paste", | |
paste_as_text: true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment