はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
/*
* default configuration settings
*
*/
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
$conf['header_layout'] = 'header-default';
$conf['autocollapse'] = 1;
$conf['closedwiki'] = 0;
$conf['copyright'] = '';
+23
View File
@@ -0,0 +1,23 @@
<?php
$meta['sidebar_sections'] = array(
'multichoice',
'_choices' => array(
'h1',
'h1,h2',
'h1,h2,h3,h4,h5',
'li.level1 > .li',
),
);
$meta['header_layout'] = array(
'multichoice',
'_choices' => array(
'header-default',
'header-compact',
),
);
$meta['autocollapse'] = array('onoff');
$meta['closedwiki'] = array('onoff');
$meta['copyright'] = array('');