1<?php 2/* 3 * configuration metadata 4 * 5 */ 6 7$meta['includeFontAwesome'] = array('onoff'); 8$meta['useFontAwesome'] = array('onoff'); 9$meta['useTheme'] = array('string'); 10$meta['navbarIconsText'] = array('multichoice', '_choices' => array('icons', 'text', 'both')); 11$meta['navbarUseDropdown'] = array('onoff'); 12$meta['navbarClasses'] = array('string'); 13$meta['useHeroTitle'] = array('onoff'); 14$meta['navbarMenuPosition'] = array('multichoice', '_choices' => array('none', 'left', 'center', 'right')); 15$meta['navbarCustomPages'] = array('string'); 16$meta['navbarSearchPosition'] = array('multichoice', '_choices' => array('none', 'left', 'right')); 17$meta['navbarGuestHide'] = array('onoff'); 18$meta['navbarHideImage'] = array('onoff'); 19$meta['breadcrumbsLoc'] = array('multichoice', '_choices' => array('none', 'top', 'hero', 'page')); 20$meta['tocfullheight'] = array('onoff'); 21$meta['hidePageTools'] = array('onoff'); 22$meta['hidePageToolsFooter'] = array('onoff'); 23$meta['showCustomPagesInNavbar'] = array('onoff'); 24$meta['showCustomPagesInFooter'] = array('onoff'); 25$meta['showSearchInFooter'] = array('onoff'); 26$meta['showSearchInSidebar'] = array('multichoice', '_choices' => array('none', 'top', 'bottom')); 27 28// $meta['discussionPage'] = array('string'); 29// $meta['userPage'] = array('string'); 30// $meta['hideTools'] = array('onoff'); 31// $meta['navbar'] = array('string'); 32