xref: /template/kiwiki/conf/metadata.php (revision 7744d923190e75be6ccd8eaa86a5565f4d5d9c12)
1<?php
2/*
3 * configuration metadata
4 *
5 */
6
7// must be run from within DokuWiki
8if (!defined('DOKU_INC')) die();
9
10$meta['MainMenu']     = array('string');
11$meta['SidebarMaxHeight'] = array('numeric');
12$meta['SidebarRight'] = array('onoff');
13$meta['TocMaxHeight'] = array('numeric');
14$meta['TocRight'] = array('onoff');
15$meta['GoBottomBtn']    = array('onoff');
16$meta['ContentMaxWidth'] = array('string');
17$meta['FullScreenBtn']    = array('onoff');
18$meta['ShowUserFooter']    = array('onoff');
19$meta['ShowACLFooter']    = array('onoff');
20$meta['DefaultTheme']    = array('multichoice','_choices' => array('system-color','darkmode','lightmode'));
21$meta['ForceTheme']    = array('onoff');
22