Hi All,
I'm trying to implement FontAwesome into CKEditor in CouchCMS. I have downloaded required plugins and modified field.php to allow load pluggins.
FontAwesome icon are shown and I can insert icon so it is fine. The problem is that when i trying to save I ritchtext where FontAwesome icon is inserted gets the error: Uncaught TypeError: Cannot read property 'attributes' of null
Error comes from ckeditor.js:
Code: Select all
{if(c=a.instances[c["data-cke-widget-id"]])e=b.getFirst(h.isParserWidgetElement),
f.push({wrapper:b,element:e,widget:c,editables:{}}),"1"!=e.attributes["data-cke-widget-keep-attr"]&&delete e.attributes["data-widget"]}

Do you have any idea how to make it work?