Skip to content

Commit

Permalink
Remove WSC plugin from demo build config instead of using removePlugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 12, 2021
1 parent 2d4ca92 commit eb53ff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions presets/demo-build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ var CKBUILDER_CONFIG = {
'undo' : 1,
'uploadfile' : 1,
'uploadimage' : 1,
'wsc' : 1,
'wysiwygarea' : 1
},
languages : {
Expand Down Expand Up @@ -176,4 +175,4 @@ var CKBUILDER_CONFIG = {
'zh' : 1,
'zh-cn' : 1
}
};
};
4 changes: 0 additions & 4 deletions presets/demo-ckeditor-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ CKEDITOR.editorConfig = function( config ) {
{ name: 'about' }
];

// WebSpellChecker Dialog plugin is approaching the end of life
// and is disabled by default.
config.removePlugins = 'wsc';

// Remove some buttons provided by the standard plugins, which are
// not needed in the Standard(s) toolbar.
config.removeButtons = 'Underline,Subscript,Superscript';
Expand Down

0 comments on commit eb53ff9

Please sign in to comment.