#3280 - Config options for WYSIWYG editor
| Identifier | #3280 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Config options for WYSIWYG editor |
| Status | Completed |
| Tags |
Pseudo-addon: CKEditor (custom) |
| Handling member | Chris Graham |
| Addon | core_rich_media |
| Description | All these settings in WYSIWYG_SETTING.js would ideally have config options for them...
fontSize_sizes : '0.6em;0.85em;1em;1.1em;1.2em;1.3em;1.4em;1.5em;1.6em;1.7em;1.8em;2em', 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}, startupOutlineBlocks : true, magicline_everywhere: true, autoGrow_onStartup: true |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
removePlugins: 'autogrow',
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