ArmGono / ckeditor_fa

ckeditor fontAwesome plugin for drupal wysiwyg module
1 stars 1 forks source link

installation docs ? #1

Open commonpike opened 7 years ago

commonpike commented 7 years ago

I cant get this to work using drupal7 and the wysiwyg module (using a full ckeditor .. in sites/all/libraries). some installation docs would be nice.

I've added $settings['extraPlugins'] .= ($settings['extraPlugins'])? ",ckeditor_fa":"ckeditor_fa"; to my own custom module and it actually runs the init function in your plugin.js (8 times, since i have 8 editors on the page).

It also loads ckeditor-fa.css.

but it never loads dialogs/ckeditor-fa.js, and no button appears on the editor (and no option to enable/disable the addon on the drupal wysiwyg profile page).

ArmGono commented 7 years ago

For adding this plugin to wysiwyg module, use this sandbox project https://www.drupal.org/sandbox/armrus/2881167 we are working on this project and in the near future we will update it.