diff --git a/UI/WebServerResources/ckeditor/config.js b/UI/WebServerResources/ckeditor/config.js index de8a90c25..b4d88ea91 100644 --- a/UI/WebServerResources/ckeditor/config.js +++ b/UI/WebServerResources/ckeditor/config.js @@ -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