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$meta['tagsShowHero'] = ['onoff']; 55 56$meta['breadcrumbHideHome'] = ['onoff']; 57$meta['breadcrumbPosition'] = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']]; 58$meta['breadcrumbPrefix'] = ['onoff']; 59$meta['breadcrumbPrefixText'] = ['string']; 60$meta['breadcrumbSep'] = ['onoff']; 61$meta['breadcrumbSepText'] = ['string']; 62 63$meta['youarehereHideHome'] = ['onoff']; 64$meta['youareherePosition'] = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']]; 65$meta['youareherePrefix'] = ['onoff']; 66$meta['youareherePrefixText'] = ['string']; 67$meta['youarehereSep'] = ['onoff']; 68$meta['youarehereSepText'] = ['string']; 69$meta['youarehereHome'] = ['multichoice', '_choices' => ['none', 'page title', 'home', 'icon']]; 70$meta['youarehereShowLast'] = ['numeric']; 71 72$meta['sidebarShowLeft'] = ['onoff']; 73$meta['sidebarAlwaysShowLeft'] = ['onoff']; 74$meta['sidebarLeftRow1'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 75]; 76$meta['sidebarLeftRow2'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 77]; 78$meta['sidebarLeftRow3'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 79]; 80$meta['sidebarLeftRow4'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 81]; 82$meta['sidebarMobileDefaultCollapse'] = ['onoff']; 83$meta['sidebarShowRight'] = ['onoff']; 84$meta['sidebarAlwaysShowRight'] = ['onoff']; 85 86$meta['tocFull'] = ['onoff']; 87 88$meta['pageToolsFloating'] = ['multichoice', '_choices' => ['none', 'page editors', 'always']]; 89$meta['pageToolsFooter'] = ['multichoice', '_choices' => ['none', 'page editors', 'always']]; 90 91$meta['pageToolsShowCreate'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']]; 92$meta['pageToolsShowEdit'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']]; 93$meta['pageToolsShowRevs'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']]; 94$meta['pageToolsShowBacklink'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']]; 95$meta['pageToolsShowTop'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']]; 96 97$meta['footerPageInfoText'] = ['string']; 98$meta['footerCustomMenuText'] = ['string']; 99$meta['footerSearch'] = ['onoff']; 100$meta['footerInPage'] = ['onoff']; 101 102$meta['licenseType'] = ['multichoice', '_choices' => ['none', 'badge', 'button']]; 103$meta['licenseImageOnly'] = ['onoff']; 104 105$meta['includePageUseACL'] = ['onoff']; 106$meta['includePagePropagate'] = ['onoff']; 107 108$meta['stickyTopHeader'] = ['onoff']; 109$meta['stickyNavbar'] = ['onoff']; 110$meta['stickyHeader'] = ['onoff']; 111$meta['stickyLeftSidebar'] = ['onoff']; 112