(js) Disable autogrow plugin in CKEditor

Fixes #4239
This commit is contained in:
Francis Lachapelle
2017-07-31 12:16:05 -04:00
parent b5bb9e86e3
commit 44dbb30ffe
+1 -3
View File
@@ -26,9 +26,7 @@ CKEDITOR.editorConfig = function( config ) {
// Configure autogrow
// http://docs.ckeditor.com/#!/guide/dev_autogrow
config.autoGrow_onStartup = true;
config.autoGrow_minHeight = 300;
config.autoGrow_bottomSpace = 0;
config.removePlugins = 'autogrow';
// Disables the built-in words spell checker if browser provides one. Defaults to true.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker