15 lines
536 B
PHP
15 lines
536 B
PHP
|
<?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'));
|