Hi all,
I want to remove the Edit HTML Source button from the CMS before I hand it over to a client (don't particularly want them pasting in random bits and pieces and things like that).
I've tried HtmlEditorConfig::get('cms')->removeButtons('advcode'); as per http://archive.ssbits.com/customising-the-wysywig-editor-in-v2-3-2-tinymce/ but the button doesn't disappear from the editor. Am I missing something? Any tips on the best way to customise TinyMCE this way?
Thanks in advance to anyone who can help.