Developer forum

Forum » CMS - Standard features » Adding plugin to the CKEditor

Adding plugin to the CKEditor

Martin Christensen
Reply

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?


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Martin

This should work. Make sure you are using the .js file - and also remember that the application looks for the add-in somewhere - and you might have placed them in a location that Dynamicweb is not looking? Take a look at the net profiler in your browser and see if you get any 404's

 

You must be logged in to post in the forum