1<?php
2
3/**
4 * DokuWiki Mikio Template Default Configuration
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
11$conf['iconTag']                = 'icon';
12$conf['customTheme']            = '';
13$conf['showNotifications']      = 'always';
14$conf['useLESS']                = 1;
15$conf['brandURLGuest']          = '';
16$conf['brandURLUser']           = '';
17$conf['showLightDark']          = 0;
18$conf['autoLightDark']          = 0;
19
20$conf['navbarUseTitleIcon']     = 1;
21$conf['navbarTitleIconHeight']  = '';
22$conf['navbarTitleIconWidth']   = '';
23$conf['navbarUseTitleText']     = 1;
24$conf['navbarUseTaglineText']   = 1;
25$conf['navbarCustomMenuText']   = '';
26
27$conf['navbarDWMenuType']       = 'icons';
28$conf['navbarDWMenuCombine']    = 'dropdown';
29
30$conf['navbarPosLeft']          = 'custom';
31$conf['navbarPosMiddle']        = 'search';
32$conf['navbarPosRight']         = 'dokuwiki';
33$conf['navbarShowSub']          = 0;
34
35$conf['navbarItemShowCreate']   = 'always';
36$conf['navbarItemShowShow']     = 'always';
37$conf['navbarItemShowRevs']     = 'always';
38$conf['navbarItemShowBacklink'] = 'always';
39$conf['navbarItemShowRecent']   = 'always';
40$conf['navbarItemShowMedia']    = 'always';
41$conf['navbarItemShowIndex']    = 'always';
42$conf['navbarItemShowProfile']  = 'always';
43$conf['navbarItemShowAdmin']    = 'always';
44$conf['navbarItemShowLogin']    = 'always';
45$conf['navbarItemShowLogout']   = 'always';
46
47$conf['searchButton']           = 'icon';
48$conf['searchUseTypeahead']     = 1;
49
50$conf['heroTitle']              = 1;
51$conf['heroImagePropagation']   = 1;
52
53$conf['tagsConsolidate']        = 1;
54$conf['tagsShowHero']           = 1;
55
56$conf['breadcrumbHideHome']     = 1;
57$conf['breadcrumbPosition']     = 'hero';
58$conf['breadcrumbPrefix']       = 0;
59$conf['breadcrumbPrefixText']   = 'Trace:';
60$conf['breadcrumbSep']          = 0;
61$conf['breadcrumbSepText']      = ' » ';
62
63$conf['youarehereHideHome']     = 1;
64$conf['youareherePosition']     = 'hero';
65$conf['youareherePrefix']       = 0;
66$conf['youareherePrefixText']   = 'You are here:';
67$conf['youarehereSep']          = 0;
68$conf['youarehereSepText']      = ' » ';
69$conf['youarehereHome']         = 'page title';
70$conf['youarehereShowLast']     = 0;
71
72$conf['sidebarShowLeft']        = 1;
73$conf['sidebarAlwaysShowLeft']  = 0;
74$conf['sidebarLeftRow1']        = 'logged in user';
75$conf['sidebarLeftRow2']        = 'search';
76$conf['sidebarLeftRow3']        = 'content';
77$conf['sidebarLeftRow4']        = 'none';
78$conf['sidebarMobileDefaultCollapse']    = 1;
79$conf['sidebarShowRight']       = 1;
80$conf['sidebarAlwaysShowright'] = 0;
81
82$conf['tocFull']                = 0;
83
84$conf['pageToolsFloating']      = 'always';
85$conf['pageToolsFooter']        = 'none';
86
87$conf['pageToolsShowCreate']    = 'always';
88$conf['pageToolsShowEdit']      = 'always';
89$conf['pageToolsShowRevs']      = 'always';
90$conf['pageToolsShowBacklink']  = 'always';
91$conf['pageToolsShowTop']       = 'always';
92
93$conf['footerPageInfoText']     = '{file} · %lastmod% {date}[LOGGEDIN=[USER= %by% {user}][LOCKED= · %lockedby% {locked}]]';
94$conf['footerCustomMenuText']   = '';
95$conf['footerSearch']           = 0;
96$conf['footerInPage']           = 0;
97
98$conf['licenseType']            = 'badge';
99$conf['licenseImageOnly']       = 0;
100
101$conf['includePageUseACL']      = 1;
102$conf['includePagePropagate']   = 1;
103
104$meta['stickyTopHeader']        = 0;
105$meta['stickyNavbar']           = 0;
106$meta['stickyHeader']           = 0;
107$meta['stickyLeftSidebar']      = 0;
108