mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
ckeditor 4 needs toolbarCanCollapse=true to honor toolbarStartupExpanded=false
This commit is contained in:
parent
1f754d485b
commit
220650b53a
@ -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