Adding minimal version 20250330 (53db2f4).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9002d030ca
commit
abaf5b98ff
40 changed files with 2999 additions and 0 deletions
14
templates/55/minimal/conf/default.php
Normal file
14
templates/55/minimal/conf/default.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/*
|
||||
* default configuration settings
|
||||
*
|
||||
*/
|
||||
|
||||
$conf['fullWidthSite'] = 1;
|
||||
$conf['showToc'] = 1;
|
||||
$conf['stickyToc'] = 0;
|
||||
$conf['siteHeaderPosition'] = 'Top';
|
||||
$conf['siteFooterPosition'] = 'Bottom';
|
||||
$conf['showPageInfo'] = 1;
|
||||
$conf['theme'] = 'Default';
|
||||
$conf['hideTools'] = 0;
|
14
templates/55/minimal/conf/metadata.php
Normal file
14
templates/55/minimal/conf/metadata.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/*
|
||||
* configuration metadata
|
||||
*
|
||||
*/
|
||||
|
||||
$meta['fullWidthSite'] = array('onoff');
|
||||
$meta['showPageInfo'] = array('onoff');
|
||||
$meta['siteHeaderPosition'] = array('multichoice','_choices' => array('Top','Above page'));
|
||||
$meta['siteFooterPosition'] = array('multichoice','_choices' => array('Bottom','Below page'));
|
||||
$meta['showToc'] = array('onoff');
|
||||
$meta['stickyToc'] = array('onoff');
|
||||
$meta['hideTools'] = array('onoff');
|
||||
$meta['theme'] = array('multichoice','_choices' => array('Default','Dark','Terminal'));
|
Loading…
Add table
Add a link
Reference in a new issue