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
11$meta['iconTag']                = ['string'];
12$meta['customTheme']            = ['string'];
13$meta['showNotifications']      = ['multichoice', '__choices' => ['never', 'admin', 'always']];
14$meta['useLESS']                = ['onoff'];
15$meta['brandURLGuest']          = ['string'];
16$meta['brandURLUser']           = ['string'];
17$meta['showLightDark']          = ['onoff'];
18$meta['autoLightDark']          = ['onoff'];
19
20$meta['navbarUseTitleIcon']     = ['onoff'];
21$meta['navbarTitleIconHeight']  = ['string'];
22$meta['navbarTitleIconWidth']   = ['string'];
23$meta['navbarUseTitleText']     = ['onoff'];
24$meta['navbarUseTaglineText']   = ['onoff'];
25$meta['navbarCustomMenuText']   = ['string'];
26
27$meta['navbarDWMenuType']       = ['multichoice', '_choices' => ['icons', 'text', 'both']];
28$meta['navbarDWMenuCombine']    = ['multichoice', '_choices' => ['seperate', 'dropdown', 'combine']];
29
30$meta['navbarPosLeft']          = ['multichoice', '_choices' => ['none', 'custom', 'search', 'dokuwiki']];
31$meta['navbarPosMiddle']        = ['multichoice', '_choices' => ['none', 'custom', 'search', 'dokuwiki']];
32$meta['navbarPosRight']         = ['multichoice', '_choices' => ['none', 'custom', 'search', 'dokuwiki']];
33$meta['navbarShowSub']          = ['onoff'];
34
35$meta['navbarItemShowCreate']   = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
36$meta['navbarItemShowShow']     = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
37$meta['navbarItemShowRevs']     = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
38$meta['navbarItemShowBacklink'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
39$meta['navbarItemShowRecent']   = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
40$meta['navbarItemShowMedia']    = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
41$meta['navbarItemShowIndex']    = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
42$meta['navbarItemShowProfile']  = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
43$meta['navbarItemShowAdmin']    = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
44$meta['navbarItemShowLogin']    = ['multichoice', '_choices' => ['always', 'never']];
45$meta['navbarItemShowLogout']   = ['multichoice', '_choices' => ['always', 'never']];
46
47$meta['searchButton']           = ['multichoice', '_choices' => ['icon', 'text']];
48$meta['searchUseTypeahead']     = ['onoff'];
49
50$meta['heroTitle']              = ['onoff'];
51$meta['heroImagePropagation']   = ['onoff'];
52
53$meta['tagsConsolidate']        = ['onoff'];
54
55$meta['breadcrumbHideHome']     = ['onoff'];
56$meta['breadcrumbPosition']     = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']];
57$meta['breadcrumbPrefix']       = ['onoff'];
58$meta['breadcrumbPrefixText']   = ['string'];
59$meta['breadcrumbSep']          = ['onoff'];
60$meta['breadcrumbSepText']      = ['string'];
61
62$meta['youarehereHideHome']     = ['onoff'];
63$meta['youareherePosition']     = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']];
64$meta['youareherePrefix']       = ['onoff'];
65$meta['youareherePrefixText']   = ['string'];
66$meta['youarehereSep']          = ['onoff'];
67$meta['youarehereSepText']      = ['string'];
68$meta['youarehereHome']         = ['multichoice', '_choices' => ['none', 'page title', 'home', 'icon']];
69$meta['youarehereShowLast']     = ['numeric'];
70
71$meta['sidebarShowLeft']        = ['onoff'];
72$meta['sidebarAlwaysShowLeft']  = ['onoff'];
73$meta['sidebarLeftRow1']        = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
74];
75$meta['sidebarLeftRow2']        = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
76];
77$meta['sidebarLeftRow3']        = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
78];
79$meta['sidebarLeftRow4']        = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
80];
81$meta['sidebarMobileDefaultCollapse']    = ['onoff'];
82$meta['sidebarShowRight']       = ['onoff'];
83$meta['sidebarAlwaysShowRight'] = ['onoff'];
84
85$meta['tocFull']                = ['onoff'];
86
87$meta['pageToolsFloating']      = ['multichoice', '_choices' => ['none', 'page editors', 'always']];
88$meta['pageToolsFooter']        = ['multichoice', '_choices' => ['none', 'page editors', 'always']];
89
90$meta['pageToolsShowCreate']    = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
91$meta['pageToolsShowEdit']      = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
92$meta['pageToolsShowRevs']      = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
93$meta['pageToolsShowBacklink']  = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
94$meta['pageToolsShowTop']       = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
95
96$meta['footerPageInfoText']     = ['string'];
97$meta['footerCustomMenuText']   = ['string'];
98$meta['footerSearch']           = ['onoff'];
99$meta['footerInPage']           = ['onoff'];
100
101$meta['licenseType']            = ['multichoice', '_choices' => ['none', 'badge', 'button']];
102$meta['licenseImageOnly']       = ['onoff'];
103
104$meta['includePageUseACL']      = ['onoff'];
105$meta['includePagePropagate']   = ['onoff'];
106
107$meta['stickyTopHeader']        = ['onoff'];
108$meta['stickyNavbar']           = ['onoff'];
109$meta['stickyHeader']           = ['onoff'];
110