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