I'm new to SS.
I've got 2.4.1 installed.
Two questions:
1. Can I have different tinymce settings for different roles? (If yes, how is that accomplished?)
2. What do I need to change in order to get tinymce to allow the following code:
<a href="http://www.google.com/recaptcha/mailhide/d?k=01iEAR52Ac2Nww-Kte4m_RHQ==&c=40xscf07XuDYgxvFJrVEdOiQ2jC_KyA2dbtJh-WOJIs=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501iEAR52Ac2Nww-Kte4m_RHQ\75\75\46c\07540xscf07XuDYgxvFJrVEdOiQ2jC_KyA2dbtJh-WOJIs\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">email me</a>
The tinymce filter strips the onclick=window.open portion of the code.
I've reviewed the instructions at doc.silverstripe.org/htmleditorconfig I would prefer not to turn off all validation.