Is anyone using the new CKEditor extension and script?
I am trying to customize the toolbars with the info on this page but am not having much luck.
The only thing that seems to work period, is the provided example of:
CKEDITOR.replace(name,
{
toolbar : 'Basic'
});I am not sure if the syntax in the documentation can still be applied to the ee CKEditor config text area.
Any help appreciated.