summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-16 15:11:48 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-16 15:11:48 +0100
commit10dc05ce2a60e9618d939939803e66f68b67a7a0 (patch)
tree08ab8b8d586bfe928c3f3d4fbaac9dd97345b032 /config.js
parent8df7996c83823c5c7a37e6263ee8fb63370d1679 (diff)
downloadckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.tar.gz
ckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.tar.bz2
ckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.zip
Update main library to 4.15.1build
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';
};