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$meta['searchUseTypeahead'] = array('onoff'); 43 44$meta['heroTitle'] = array('onoff'); 45$meta['heroImagePropagation'] = array('onoff'); 46 47$meta['tagsConsolidate'] = array('onoff'); 48 49$meta['breadcrumbHideHome'] = array('onoff'); 50$meta['breadcrumbPosition'] = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page')); 51$meta['breadcrumbPrefix'] = array('onoff'); 52$meta['breadcrumbPrefixText'] = array('string'); 53$meta['breadcrumbSep'] = array('onoff'); 54$meta['breadcrumbSepText'] = array('string'); 55 56$meta['youarehereHideHome'] = array('onoff'); 57$meta['youareherePosition'] = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page')); 58$meta['youareherePrefix'] = array('onoff'); 59$meta['youareherePrefixText'] = array('string'); 60$meta['youarehereSep'] = array('onoff'); 61$meta['youarehereSepText'] = array('string'); 62$meta['youarehereHome'] = array('multichoice', '_choices' => array('none', 'page title', 'home', 'icon')); 63$meta['youarehereShowLast'] = array('numeric'); 64 65$meta['sidebarShowLeft'] = array('onoff'); 66$meta['sidebarAlwaysShowLeft'] = array('onoff'); 67$meta['sidebarLeftRow1'] = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags')); 68$meta['sidebarLeftRow2'] = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags')); 69$meta['sidebarLeftRow3'] = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags')); 70$meta['sidebarLeftRow4'] = array('multichoice', '_choices' => array('none', 'logged in user', 'search', 'content', 'tags')); 71$meta['sidebarMobileDefaultCollapse'] = array('onoff'); 72$meta['sidebarShowRight'] = array('onoff'); 73$meta['sidebarAlwaysShowRight'] = array('onoff'); 74 75$meta['tocFull'] = array('onoff'); 76 77$meta['pageToolsFloating'] = array('multichoice', '_choices' => array('none', 'page editors', 'always')); 78$meta['pageToolsFooter'] = array('multichoice', '_choices' => array('none', 'page editors', 'always')); 79 80$meta['pageToolsShowCreate'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never')); 81$meta['pageToolsShowEdit'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never')); 82$meta['pageToolsShowRevs'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never')); 83$meta['pageToolsShowBacklink'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never')); 84$meta['pageToolsShowTop'] = array('multichoice', '_choices' => array('always', 'logged in', 'logged out', 'never')); 85 86$meta['footerCustomMenuText'] = array('string'); 87$meta['footerSearch'] = array('onoff'); 88$meta['footerInPage'] = array('onoff'); 89 90$meta['licenseType'] = array('multichoice', '_choices' => array('none', 'badge', 'button')); 91$meta['licenseImageOnly'] = array('onoff'); 92 93$meta['includePageUseACL'] = array('onoff'); 94$meta['includePagePropagate'] = array('onoff'); 95 96$meta['stickyTopHeader'] = array('onoff'); 97$meta['stickyNavbar'] = array('onoff'); 98$meta['stickyHeader'] = array('onoff'); 99