added option to disable the autocollapsing of the sidebar

This commit is contained in:
Andreas Gohr 2021-07-06 12:27:06 +02:00
commit 3e1e2a1f18
6 changed files with 22 additions and 1 deletions

View file

@ -6,3 +6,4 @@
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
$conf['header_layout'] = 'header-default';
$conf['autocollapse'] = 1;

View file

@ -17,3 +17,5 @@ $meta['header_layout'] = array(
'header-compact',
),
);
$meta['autocollapse'] = array('onoff');