How do I override a core CKEditor (v3) plugin with my own implementation?
+1
A:
Two options:
- Replace the core plugin's folder in
_source/plugins
. - Name your plugin something different, load it with
config.extraPlugins
, and prevent the core plugin from loading withconfig.removePlugins
Evan Krall
2010-06-10 13:36:04