Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
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
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.
???
2 posts Page 1 of 1