summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rwxr-xr-xconfig.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.js b/config.js
index 5694526..c41049b 100755
--- a/config.js
+++ b/config.js
@@ -4,9 +4,6 @@
*/
CKEDITOR.editorConfig = function( config ) {
- // Define changes to default configuration here. For example:
- // config.language = 'fr';
- // config.uiColor = '#AADC6E';
- //config.apiKey = "ELzjEO8Hfd3fPP738CYRMQSw";
- //config.extraPlugins = "N1ED-editor";
+ config.skin = 'moonocolor';
+ config.removePlugins = 'scayt,wsc,pastefromword';
};