(js) Update CKEditor to version 4.7.1

This commit is contained in:
Francis Lachapelle
2017-07-20 13:49:49 -04:00
parent d0898879ca
commit d536f090d1
21 changed files with 245 additions and 235 deletions
+6
View File
@@ -24,6 +24,12 @@ CKEDITOR.editorConfig = function( config ) {
config.allowedContent = true; // don't filter tags
config.entities = false;
// Configure autogrow
// http://docs.ckeditor.com/#!/guide/dev_autogrow
config.autoGrow_onStartup = true;
config.autoGrow_minHeight = 300;
config.autoGrow_bottomSpace = 0;
// Disables the built-in words spell checker if browser provides one. Defaults to true.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker
//config.disableNativeSpellChecker = false;