Skip to content
Snippets Groups Projects
Commit b60a7347 authored by Martin Allen's avatar Martin Allen
Browse files

removing CKEditor spell check which is broken

parent 7ca1cf10
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment