summaryrefslogtreecommitdiff
path: root/lib/tpl/nowawes/conf/metadata.php
blob: 8dcdacbf544769bf70c488b4555d4deb07584a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * configuration-manager metadata for the arctic-template
 * 
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Michael Klier <chi@chimeric.de>
 */

$meta['sidebar']                  = array('multichoice', '_choices' => array('left', 'right', 'both', 'none'));
$meta['pagename']                 = array('string', '_pattern' => '#[a-z0-9]*#');
$meta['trace']                    = array('onoff');
$meta['main_sidebar_always']	    = array('onoff');
$meta['wiki_actionlinks']         = array('multichoice', '_choices' => array('links', 'buttons'));
$meta['user_sidebar_namespace']   = array('string', '_pattern' => '#^[a-z:]*#');
$meta['group_sidebar_namespace']  = array('string', '_pattern' => '#^[a-z:]*#');
$meta['left_sidebar_order']       = array('string', '_pattern' => '#[a-z0-9,]*#');
$meta['left_sidebar_content']     = array('multicheckbox', '_choices' => array('main','toc','user','group','namespace','toolbox','index','trace','extra'));
$meta['right_sidebar_order']      = array('string', '_pattern' => '#[a-z0-9,]*#');
$meta['right_sidebar_content']    = array('multicheckbox', '_choices' => array('main','toc','user','group','namespace','toolbox','index','trace','extra'));
$meta['search']                   = array('multichoice', '_choices' => array('left', 'right'));
$meta['closedwiki']               = array('onoff');
$meta['hideactions']              = array('onoff');
//Setup vim:ts=2:sw=2:
?>