Skip to content
Snippets Groups Projects
Commit 02292080 authored by Prasad's avatar Prasad
Browse files

Merge branch 'ckeditor-spell-check' into 'master'

removing CKEditor spell check which is broken

#1685 removing broken spell check in CKEditor

See merge request !852
parents e17c4868 b60a7347
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