1<?php 2/* 3 * configuration metadata 4 * 5 */ 6 7$meta['iconTag'] = array('string'); 8 9$meta['inclFontAwesome'] = array('onoff'); 10 11$meta['customTheme'] = array('string'); 12 13$meta['navbarUseTitleIcon'] = array('onoff'); 14$meta['navbarUseTitleText'] = array('onoff'); 15$meta['navbarUseTaglineText'] = array('onoff'); 16$meta['navbarCustomMenuText'] = array('string'); 17$meta['navbarBackground'] = array('multichoice', '_choices' => array('none', 'dark', 'light')); 18 19$meta['navbarDWMenuType'] = array('multichoice', '_choices' => array('icons', 'text', 'both')); 20$meta['navbarDWMenuCombine'] = array('multichoice', '_choices' => array('seperate', 'dropdown', 'combine')); 21 22$meta['navbarPosLeftLeft'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 23$meta['navbarPosLeftMid'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 24$meta['navbarPosLeftRight'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 25$meta['navbarPosRightLeft'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 26$meta['navbarPosRightMid'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 27$meta['navbarPosRightRight'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 28$meta['navbarLowerMenu'] = array('multichoice', '_choices' => array('none', 'custom', 'search', 'dokuwiki')); 29$meta['navbarLowerMenuPos'] = array('multichoice', '_choices' => array('none', 'left', 'center', 'right')); 30$meta['navbarLowerBackground'] = array('multichoice', '_choices' => array('none', 'dark', 'light')); 31 32$meta['searchButton'] = array('multichoice', '_choices' => array('icon', 'text')); 33 34$meta['heroTitle'] = array('onoff'); 35$meta['heroImagePropagation'] = array('onoff'); 36 37$meta['breadcrumbPos'] = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page')); 38$meta['breadcrumbPrefix'] = array('onoff'); 39$meta['breadcrumbPrefixText'] = array('string'); 40$meta['breadcrumbSep'] = array('onoff'); 41$meta['breadcrumbSepText'] = array('string'); 42$meta['breadcrumbHome'] = array('multichoice', '_choices' => array('none', 'page title', 'home', 'icon')); 43 44$meta['sidebarShowLeft'] = array('onoff'); 45$meta['sidebarLeftDismiss'] = array('onoff'); 46$meta['sidebarLeftSearch'] = array('multichoice', '_choices' => array('none', 'top', 'bottom')); 47$meta['sidebarRightShow'] = array('onoff'); 48$meta['sidebarRightDismiss'] = array('onoff'); 49 50$meta['tocFull'] = array('onoff'); 51 52$meta['pageToolsHide'] = array('onoff'); 53$meta['pageToolsHideGuest'] = array('onoff'); 54$meta['pageToolsHideNoEdit'] = array('onoff'); 55$meta['pageToolsFooter'] = array('onoff'); 56 57$meta['footerCustomMenuText'] = array('string'); 58$meta['footerSearch'] = array('onoff'); 59 60$meta['licenseType'] = array('multichoice', '_choices' => array('none', 'badge', 'button')); 61$meta['licenseImageOnly'] = array('onoff'); 62 63 64 65// $meta['discussionPage'] = array('string'); 66// $meta['userPage'] = array('string'); 67// $meta['hideTools'] = array('onoff'); 68// $meta['navbar'] = array('string'); 69