View Issue Details

IDProjectCategoryView StatusLast Update
0003280Composrcore_rich_mediapublic2021-03-16 03:21
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003280: Config options for WYSIWYG editor
DescriptionAll 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
TagsPseudo-addon: CKEditor
Time estimation (hours)3
Sponsorship open

Relationships

related to 0003281 resolvedChris Graham Support a px-based theme 

Activities

Chris Graham

2017-05-08 18:51

administrator   ~0005090

To disable auto-grow you also need:
    removePlugins: 'autogrow',

Chris Graham

2017-05-08 20:28

administrator   ~0005091

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.

Chris Graham

2017-05-09 00:37

administrator   ~0005092

Auto-grow option implemented.

Chris Graham

2021-03-16 03:21

administrator   ~0007019

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

Issue History

Date Modified Username Field Change
2017-05-08 18:44 Chris Graham New Issue
2017-05-08 18:45 Chris Graham Tag Attached: Pseudo-addon: CKEditor
2017-05-08 18:51 Chris Graham Note Added: 0005090
2017-05-08 20:28 Chris Graham Note Added: 0005091
2017-05-08 22:09 Chris Graham Relationship added related to 0003281
2017-05-09 00:37 Chris Graham Note Added: 0005092
2021-03-16 03:21 Chris Graham Assigned To => Chris Graham
2021-03-16 03:21 Chris Graham Status non-assigned => resolved
2021-03-16 03:21 Chris Graham Resolution open => fixed
2021-03-16 03:21 Chris Graham Note Added: 0007019