mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user