Skip to content

Commit

Permalink
(js) Disable autogrow plugin in CKEditor
Browse files Browse the repository at this point in the history
Fixes #4239
  • Loading branch information
cgx committed Jul 31, 2017
1 parent b5bb9e8 commit 44dbb30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions UI/WebServerResources/ckeditor/config.js
Expand Up @@ -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
Expand Down

0 comments on commit 44dbb30

Please sign in to comment.