summaryrefslogtreecommitdiff
path: root/platform/www/lib/tpl/acervus/conf/metadata.php
blob: e85feeeb02c9244afeec7a7ae6aca0fefdf6e299 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/*
 * default configuration settings
 *
 * @author   Lee, Kwangyoung <ipari@leaflette.com>
 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

$meta['numberedHeading']       = array('onoff');
$meta['tocPosition']           = array('multichoice', '_choices' => array('dokuwiki', 'wikipedia'));
$meta['footer']                = array('string');