#3280 - Config options for WYSIWYG editor

This is a spacer post for a website comment topic. The content this topic relates to: #3280 - Config options for WYSIWYG editor
To disable auto-grow you also need:
removePlugins: 'autogrow',
For autogrow we should explain the tradeoff. It's nice to have things display without inner scrolling, but it's not nice to lose the toolbar at the top of the outer scrolling.
Auto-grow option implemented.
fontSize_sizes : '0.6em;0.85em;1em;1.1em;1.2em;1.3em;1.4em;1.5em;1.6em;1.7em;1.8em;2em',
Already done for v11 recently

linkShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowLinkTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowSizing : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
These are being disabled based on necessity, ideally we would always have them enabled.

startupOutlineBlocks : true,
Added option.

magicline_everywhere: true,
Nobody should disable this.

autoGrow_onStartup: true
Already done for v11 recently
0 guests and 0 members have recently viewed this.