Hi,
does anyone have any experience adding plugins to the ckeditor? Specifically, I'm trying to add a FontAwesome plugin to allow our users to easily create graphics: http://ckeditor.com/addon/fontawesome
I'm adding several plugins using:
config.extraPlugins = 'widget,lineutils,colordialog,fontawesome';
.. but it doesn't appear to have any effect. Maybe this is a limitation of how ckeditor is integrated with DW?