added closedwiki option
This hides most of the wiki tools including the sidebar and search until the user has logged in.
This commit is contained in:
parent
621124b325
commit
da9591f0b6
5 changed files with 19 additions and 9 deletions
|
@ -7,3 +7,4 @@
|
|||
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
|
||||
$conf['header_layout'] = 'header-default';
|
||||
$conf['autocollapse'] = 1;
|
||||
$conf['closedwiki'] = 0;
|
||||
|
|
|
@ -19,3 +19,4 @@ $meta['header_layout'] = array(
|
|||
);
|
||||
|
||||
$meta['autocollapse'] = array('onoff');
|
||||
$meta['closedwiki'] = array('onoff');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue