Skip to content
Snippets Groups Projects

removing CKEditor spell check which is broken

Merged Martin Allen requested to merge (removed):ckeditor-spell-check into master
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,7 @@ CKEDITOR.editorConfig = function( config ) {
// config.language = 'fr';
// config.uiColor = '#AADC6E';
//vtiger editor toolbar configuration
config.removePlugins = 'save,maximize,magicline';
config.removePlugins = 'save,maximize,magicline,wsc,scayt';
config.fullPage = true;
config.allowedContent = true;
config.disableNativeSpellChecker = false;
@@ -39,4 +39,4 @@ CKEDITOR.editorConfig = function( config ) {
for(var i = 0; i < customFonts.length; i++){
config.font_names = config.font_names+';'+customFonts[i];
}
};
};
\ No newline at end of file
Loading