Page 1 of 1

Paste as Plain Text as default in TinyMCE

Posted: Wed Aug 19, 2015 6:04 pm
by carasmo
As you know, TinyMCE by default pastes in all kinds of formatting when someone is pasting. Here's how to set it up for paste as plain text by default:

Go to the Advanced Tab in TinyMCE

Add this content in the last area of the Extra Configuration:

Code: Select all

paste_text_sticky: true,
paste_text_sticky_default: true
Screen Shot 2015-08-19 at 1.57.25 PM.png
Notice that each configuration is its own line, separated by a comma, but not the last line.