Add native spellcheck to CKEditor

As the native spell checker is disabled by default, this PR removes the default behaviour and restore it to check for spelling and grammar in wysiwyg editor.

See : https://ckeditor.com/docs/ckeditor4/latest/features/spellcheck.html#native-browser-spell-checker
This commit is contained in:
Guillaume Lafarge 2020-01-08 10:25:58 +01:00 committed by GitHub
parent a947215ac1
commit d9d70c10b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,8 @@ class DolEditor
breakAfterClose : true
});
}
}';
},
disableNativeSpellChecker: false';
if ($this->uselocalbrowser)
{