Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created August 7, 2014 12:54
Show Gist options
  • Save matgargano/8b664923e59846e44d40 to your computer and use it in GitHub Desktop.
Save matgargano/8b664923e59846e44d40 to your computer and use it in GitHub Desktop.
Prevent Rich Text From Being Pasted TinyMCE 4X
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