Retrofit from trunk - N.569 Enable the browser built-in spell checker for the rich text editor

SVN:2.3[4583]
This commit is contained in:
Romain Quetiez
2017-03-14 13:43:29 +00:00
parent f42e641faf
commit dc7c622dba

View File

@@ -37,4 +37,7 @@ CKEDITOR.editorConfig = function( config ) {
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
// Enable the browser spell checking
config.disableNativeSpellChecker = false;
};