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

SVN:trunk[4582]
This commit is contained in:
Romain Quetiez
2017-03-14 13:42:20 +00:00
parent 20e0ab3d6e
commit 2d9c0e16b9

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;
};