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