Lines Matching refs:meta

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'];
20 $meta['navbarUseTitleIcon'] = ['onoff'];
21 $meta['navbarTitleIconHeight'] = ['string'];
22 $meta['navbarTitleIconWidth'] = ['string'];
23 $meta['navbarUseTitleText'] = ['onoff'];
24 $meta['navbarUseTaglineText'] = ['onoff'];
25 $meta['navbarCustomMenuText'] = ['string'];
27 $meta['navbarDWMenuType'] = ['multichoice', '_choices' => ['icons', 'text', 'both']];
28 $meta['navbarDWMenuCombine'] = ['multichoice', '_choices' => ['seperate', 'dropdown', 'combine']];
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'];
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']];
47 $meta['searchButton'] = ['multichoice', '_choices' => ['icon', 'text']];
48 $meta['searchUseTypeahead'] = ['onoff'];
50 $meta['heroTitle'] = ['onoff'];
51 $meta['heroImagePropagation'] = ['onoff'];
53 $meta['tagsConsolidate'] = ['onoff'];
55 $meta['breadcrumbHideHome'] = ['onoff'];
56 $meta['breadcrumbPosition'] = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']];
57 $meta['breadcrumbPrefix'] = ['onoff'];
58 $meta['breadcrumbPrefixText'] = ['string'];
59 $meta['breadcrumbSep'] = ['onoff'];
60 $meta['breadcrumbSepText'] = ['string'];
62 $meta['youarehereHideHome'] = ['onoff'];
63 $meta['youareherePosition'] = ['multichoice', '_choices' => ['none', 'top', 'hero', 'page']];
64 $meta['youareherePrefix'] = ['onoff'];
65 $meta['youareherePrefixText'] = ['string'];
66 $meta['youarehereSep'] = ['onoff'];
67 $meta['youarehereSepText'] = ['string'];
68 $meta['youarehereHome'] = ['multichoice', '_choices' => ['none', 'page title', 'home', 'icon']];
69 $meta['youarehereShowLast'] = ['numeric'];
71 $meta['sidebarShowLeft'] = ['onoff'];
72 $meta['sidebarAlwaysShowLeft'] = ['onoff'];
73 $meta['sidebarLeftRow1'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
75 $meta['sidebarLeftRow2'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
77 $meta['sidebarLeftRow3'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
79 $meta['sidebarLeftRow4'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
81 $meta['sidebarMobileDefaultCollapse'] = ['onoff'];
82 $meta['sidebarShowRight'] = ['onoff'];
83 $meta['sidebarAlwaysShowRight'] = ['onoff'];
85 $meta['tocFull'] = ['onoff'];
87 $meta['pageToolsFloating'] = ['multichoice', '_choices' => ['none', 'page editors', 'always']];
88 $meta['pageToolsFooter'] = ['multichoice', '_choices' => ['none', 'page editors', 'always']];
90 $meta['pageToolsShowCreate'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
91 $meta['pageToolsShowEdit'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
92 $meta['pageToolsShowRevs'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
93 $meta['pageToolsShowBacklink'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
94 $meta['pageToolsShowTop'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out', 'never']];
96 $meta['footerPageInfoText'] = ['string'];
97 $meta['footerCustomMenuText'] = ['string'];
98 $meta['footerSearch'] = ['onoff'];
99 $meta['footerInPage'] = ['onoff'];
101 $meta['licenseType'] = ['multichoice', '_choices' => ['none', 'badge', 'button']];
102 $meta['licenseImageOnly'] = ['onoff'];
104 $meta['includePageUseACL'] = ['onoff'];
105 $meta['includePagePropagate'] = ['onoff'];
107 $meta['stickyTopHeader'] = ['onoff'];
108 $meta['stickyNavbar'] = ['onoff'];
109 $meta['stickyHeader'] = ['onoff'];