I have tried and add Skin & Plugins
Plugins: C:\wamp\www\couch\includes\ckeditor\plugins
Skin: C:\wamp\www\couch\includes\ckeditor\skins
and inside config.js I have writed in
What I'm doing wrong? I can't see the new skin or the new plugin.
Plugins: C:\wamp\www\couch\includes\ckeditor\plugins
Skin: C:\wamp\www\couch\includes\ckeditor\skins
and inside config.js I have writed in
- Code: Select all
CKEDITOR.editorConfig = function(config) {
config.skin = "moono-dark";
config.extraPlugins = 'pbckcode';
};
What I'm doing wrong? I can't see the new skin or the new plugin.