aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/tpl/default/conf/metadata.php
blob: f37e32c606235ecfbd140d68483252d1dcd930e1 (plain)
1
2
3
4
5
6
7
8
9
<?php
// sidebar configuration settings
$meta['enable'] = array('onoff');
$meta['page']   = array('string');
$meta['layout'] = array('multichoice', '_choices' => array('inside','outside'));
$meta['orientation'] = array('multichoice', '_choices' => array('left','right'));
//$meta['showeditbtn'] = array('onoff');
//$meta['editbtntxt'] = array('string');