added option to disable the autocollapsing of the sidebar
This commit is contained in:
parent
049cbbfef7
commit
3e1e2a1f18
6 changed files with 22 additions and 1 deletions
|
@ -6,3 +6,4 @@
|
|||
|
||||
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
|
||||
$conf['header_layout'] = 'header-default';
|
||||
$conf['autocollapse'] = 1;
|
||||
|
|
|
@ -17,3 +17,5 @@ $meta['header_layout'] = array(
|
|||
'header-compact',
|
||||
),
|
||||
);
|
||||
|
||||
$meta['autocollapse'] = array('onoff');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue