Lines Matching refs:show

56 -   `showNotifications` : where to show site notifications for admin staff
61 - `navbarUseTitleIcon` : show the site logo in the navbar
62 - `navbarUseTitleText` : show the site title in the navbar
63 - `navbarUseTaglineText` : show the site tagline in the navbar. Requires the `navbarUseTitleText` to be enabled
66 - `navbarDWMenuType` : how to show the DokuWiki menu items in the navbar. Can be either icons, text or both
67 - `navbarDWMenuCombine` : how to show the DokuWiki menu in the navbar. Can be either category dropdowns, single items or a combined dropdown. The combined menu title is pulled from the `tools-menu` language value
69 - `navbarPosLeft` : what menu to show on the left of the navbar
70 - `navbarPosMiddle` : what menu to show in the middle of the navbar
71 - `navbarPosRight` : what menu to show on the right of the navbar
72 - `navbarShowSub` : show the sub navbar. This menu is pulled from the `submenu` page in the current or parent namespaces. The menu is also shown on child pages. If no page is found, the sub navbar is automatically hidden
74 - `navbarItemShowCreate` : show the Create Page menu item
75 - `navbarItemShowShow` : show the Show Page menu item
76 - `navbarItemShowRevs` : show the Revisions menu item
77 - `navbarItemShowBacklink` : show the Backlinks menu item
78 - `navbarItemShowRecent` : show the Recent Changes menu item
79 - `navbarItemShowMedia` : show the Media Manager menu item
80 - `navbarItemShowIndex` : show the Sitemap menu item
81 - `navbarItemShowProfile` : show the Update Profile menu item
82 - `navbarItemShowAdmin` : show the Admin menu item
83 - `navbarItemShowLogin` : show the Login menu item
84 - `navbarItemShowLogout` : show the Logout menu item
86 - `searchButton` : show the search button as a icon or text
89 - `heroTitle` : show the hero block on pages
108 - `youarehereShowLast` : only show an amount of you are here from the last. Will also show the home item in the list if enabled. Set this to `0` to show all items
110 - `sidebarShowLeft` : show the left sidebar if content is found
111 - `sidebarLeftRow1` : content to show in the first row of the left sidebar
112 - `sidebarLeftRow2` : content to show in the second row of the left sidebar
113 - `sidebarLeftRow3` : content to show in the third row of the left sidebar
114 - `sidebarLeftRow4` : content to show in the forth row of the left sidebar
116 - `sidebarShowRight` : show the right sidebar if content is found
118 - `tocFull` : show the table of contents as a full height item
120 - `pageToolsFloating` : when and if to show the floating page tools
123 - `pageToolsShowCreate` : show the Create Page item
124 - `pageToolsShowEdit` : show the Edit Page item
125 - `pageToolsShowRevs` : show the Revisions item
126 - `pageToolsShowBacklink` : show the Backlinks item
127 - `pageToolsShowTop` : show the Back to Top item
130 - `footerSearch` : show the search bar in the footer
132 - `licenseType` : how to show the license in the footer
133 - `licenseImageOnly` : show the license in the footer as an image only. Requires `licenseType` to at least be enabled
424 - Added option to always show the sidebar, even when there is no content [#16](https://github.com/nomadjimbob/mikio/issues/16)
463 - Added option to show wiki footer in page content