mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 22:39:00 +01:00
ckeditor 4 needs toolbarCanCollapse=true to honor toolbarStartupExpanded=false
This commit is contained in:
parent
91d13ea506
commit
fac4eccac4
@ -215,6 +215,7 @@ class egw_ckeditor_config
|
||||
|
||||
$config['removePlugins'] = 'elementspath';
|
||||
|
||||
$config['toolbarCanCollapse'] = true;
|
||||
$config['toolbarStartupExpanded'] = $expanded_toolbar;
|
||||
|
||||
$config['filebrowserBrowseUrl'] = self::get_filebrowserBrowseUrl($start_path);
|
||||
|
Loading…
Reference in New Issue
Block a user