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