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