diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-16 15:11:48 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-16 15:11:48 +0100 |
| commit | 10dc05ce2a60e9618d939939803e66f68b67a7a0 (patch) | |
| tree | 08ab8b8d586bfe928c3f3d4fbaac9dd97345b032 /config.js | |
| parent | 8df7996c83823c5c7a37e6263ee8fb63370d1679 (diff) | |
| download | ckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.tar.gz ckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.tar.bz2 ckeditor-10dc05ce2a60e9618d939939803e66f68b67a7a0.zip | |
Update main library to 4.15.1build
Diffstat (limited to 'config.js')
| -rwxr-xr-x | config.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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'; }; |
