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