Hey everyone,
I got Tinymce 2.1.3 working on HEAD (can merge into 5.4 if people want).
BUT
Because tinymce requires a little different style of configuration, I really want to put the entire config object in a parameter, instead of just the plugins.
I can reuse the XinhaDefaultPlugins parameter and just stick the config into that.
Alternatively I cna adda new paremter
RichtextConfig or someting along those lines.
For now we have a reasonable deafault setup that seems to work ok.
I am checking in the code to HEAD using XinhaDefaultPlugins as the parameter for now.