Using CKEditor 4.2.2
Set the global allowedContent to true disabling the ACF. But when copying from the clipboard all attributes are allowed. How do I override the Paste plugins to allow only certain tag attributes? Best practice.
Note, tested with forcePasteAsPlaintext which works perfect in the normal Paste. But alittle too aggressive with taking data from Word. For example, a table from Word is trashed and pulled over as p tags only.
If I describe what I want to do. Allowing general content is good for some of our plugins. But not in general pasting. forcePasteAsPlainText is a tad harse. Would like to set ACF rules for the Paste commands to limit the set of allowed tags and their attributes.