xref: /template/mikio/conf/metadata.php (revision b4030a8df616b4947f285b592e5e884159bf35b3)
1<?php
2/*
3 * configuration metadata
4 *
5 */
6
7$meta['inclFontAwesome']        = array('onoff');
8
9$meta['customTheme']            = array('string');
10
11$meta['navbarUseTitleIcon']     = array('onoff');
12$meta['navbarUseTitleText']     = array('onoff');
13$meta['navbarUseSubtitleText']  = array('onoff');
14$meta['navbarCustomMenuText']   = array('string');
15
16$meta['navbarDWMenuType']       = array('multichoice', '_choices' => array('icons', 'text', 'both'));
17$meta['navbarDWMenuCombine']    = array('multichoice', '_choices' => array('seperate', 'dropdown', 'combine'));
18$meta['navbarDWMenuLogout']     = array('onoff');
19
20$meta['navbarPosLeftLeft']      = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
21$meta['navbarPosLeftMid']       = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
22$meta['navbarPosLeftRight']     = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
23$meta['navbarPosRightLeft']     = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
24$meta['navbarPosRightMid']      = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
25$meta['navbarPosRightRight']    = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
26$meta['navbarLowerMenu']        = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
27$meta['navbarLowerMenuPos']     = array('multichoice', '_choices' => array('none', 'left', 'center', 'right'));
28
29$meta['heroTitle']              = array('onoff');
30$meta['heroImagePropagation']   = array('onoff');
31
32$meta['breadcrumbPos']          = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page'));
33$meta['breadcrumbPrefix']       = array('string');
34$meta['breadcrumbHome']         = array('multichoice', '_choices' => array('none', 'page title', 'home', 'icon'));
35
36$meta['sidebarDismiss']         = array('onoff');
37$meta['sidebarSearch']          = array('multichoice', '_choices' => array('none', 'above', 'below'));
38
39$meta['tocFull']                = array('onoff');
40
41$meta['pageToolsHide']          = array('onoff');
42$meta['pageToolsFooter']        = array('onoff');
43
44$meta['footerCustomMenuText']   = array('string');
45$meta['footerSearch']           = array('onoff');
46
47
48// $meta['discussionPage']   = array('string');
49// $meta['userPage']         = array('string');
50// $meta['hideTools']        = array('onoff');
51// $meta['navbar']             = array('string');
52