View Issue Details

IDProjectCategoryView StatusLast Update
3280Composrcore_rich_mediapublic2021-03-16 03:21
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary3280: 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
Attach Tags
Time estimation (hours)3
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Relationships

related to 3281 ResolvedChris Graham Support a px-based theme 

Activities

Chris Graham

2017-05-08 18:51

administrator   ~5090

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

Chris Graham

2017-05-08 20:28

administrator   ~5091

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   ~5092

Auto-grow option implemented.

Chris Graham

2021-03-16 03:21

administrator   ~7019

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 3281
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 Not Assigned => Resolved
2021-03-16 03:21 Chris Graham Resolution open => fixed
2021-03-16 03:21 Chris Graham Note Added: 0007019