CMS users tend to paste anything into CMS text editors. To prevent website destruction - and as log as there's no non-wysiwyg editor (like markitup) for TYPO3, I would like to as least have some good old "force plain text paste" in place.
TYPO3's RTE has a button "pastetoggle, pastebehaviour, pasteastext". But I haven't managed to configure it so it's always active.
Also, there's an extension ad_rtepasteplain, but it produced no result in TYPO3 6.1.
Is there a usable way to implement paste-as-plain-text for TYPO3 6.x?
[EDIT] I found (for user TSConfig)
- setup.default.rteCleanPasteBehaviour
- setup.override.rteCleanPasteBehaviour
as well as (for page TSConfig)
- buttons.pastetoggle.setActiveOnRteOpen
- buttons.pastetoggle.hidden
... none of which I got running yet. If that's the way to go: is there a working tutorial?