xref: /template/mikio/conf/metadata.php (revision e8ba7c42944b5282aee920ad6903c4a103dfc4ee)
1<?php
2
3/**
4 * DokuWiki Mikio Template Configuration Metadata
5 *
6 * @link    http://dokuwiki.org/template:mikio
7 * @author  James Collins <james.collins@outlook.com.au>
8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
9 */
10$meta['iconTag']                = array('string');
11$meta['customTheme']            = array('string');
12$meta['showNotifications']      = array('multichoise', '__choices' => array('none', 'admin', 'always'));
13$meta['useLESS']                = array('onoff');
14
15$meta['navbarUseTitleIcon']     = array('onoff');
16$meta['navbarUseTitleText']     = array('onoff');
17$meta['navbarUseTaglineText']   = array('onoff');
18$meta['navbarCustomMenuText']   = array('string');
19
20
21$meta['navbarDWMenuType']       = array('multichoice', '_choices' => array('icons', 'text', 'both'));
22$meta['navbarDWMenuCombine']    = array('multichoice', '_choices' => array('seperate', 'dropdown', 'combine'));
23
24$meta['navbarPosLeft']          = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
25$meta['navbarPosMiddle']        = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
26$meta['navbarPosRight']         = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki'));
27$meta['navbarShowSub']          = array('onoff');
28
29$meta['navbarItemShowCreate']   = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
30$meta['navbarItemShowShow']     = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
31$meta['navbarItemShowRevs']     = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
32$meta['navbarItemShowBacklink'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
33$meta['navbarItemShowRecent']   = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
34$meta['navbarItemShowMedia']    = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
35$meta['navbarItemShowIndex']    = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
36$meta['navbarItemShowProfile']  = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
37$meta['navbarItemShowAdmin']    = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never'));
38$meta['navbarItemShowLogin']    = array('multichoice', '_choices' => array('always', 'never'));
39$meta['navbarItemShowLogout']   = array('multichoice', '_choices' => array('always', 'never'));
40
41$meta['searchButton']           = array('multichoice', '_choices' => array('icon', 'text'));
42
43$meta['heroTitle']              = array('onoff');
44$meta['heroImagePropagation']   = array('onoff');
45
46$meta['tagsConsolidate']        = array('onoff');
47
48$meta['breadcrumbHideHome']     = array('onoff');
49$meta['breadcrumbPosition']     = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page'));
50$meta['breadcrumbPrefix']       = array('onoff');
51$meta['breadcrumbPrefixText']   = array('string');
52$meta['breadcrumbSep']          = array('onoff');
53$meta['breadcrumbSepText']      = array('string');
54$meta['breadcrumbHome']         = array('multichoice', '_choices' => array('none', 'page title', 'home', 'icon'));
55$meta['breadcrumbShowLast']     = array('numeric');
56
57$meta['sidebarShowLeft']        = array('onoff');
58$meta['sidebarAlwaysShowLeft']  = array('onoff');
59$meta['sidebarLeftRow1']        = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags'));
60$meta['sidebarLeftRow2']        = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags'));
61$meta['sidebarLeftRow3']        = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags'));
62$meta['sidebarLeftRow4']        = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags'));
63$meta['sidebarMobileDefaultCollapse']    = array('onoff');
64$meta['sidebarShowRight']       = array('onoff');
65$meta['sidebarAlwaysShowRight'] = array('onoff');
66
67$meta['tocFull']                = array('onoff');
68
69$meta['pageToolsFloating']      = array('multichoice', '_choices' => array('none', 'page editors', 'always'));
70$meta['pageToolsFooter']        = array('multichoice', '_choices' => array('none', 'page editors', 'always'));
71
72$meta['footerCustomMenuText']   = array('string');
73$meta['footerSearch']           = array('onoff');
74$meta['footerInPage']           = array('onoff');
75
76$meta['licenseType']            = array('multichoice', '_choices' => array('none', 'badge', 'button'));
77$meta['licenseImageOnly']       = array('onoff');
78
79$meta['includePageUseACL']      = array('onoff');
80$meta['includePagePropagate']   = array('onoff');
81