はじまりの大地
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
/*
|
||||
* Default configuration settings
|
||||
*
|
||||
* @author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
$conf['bootstrapTheme'] = 'default';
|
||||
$conf['bootswatchTheme'] = 'yeti';
|
||||
$conf['browserTitle'] = '@TITLE@ [@WIKI@]';
|
||||
$conf['browserTitleCharSepNS'] = '-';
|
||||
$conf['browserTitleOrderNS'] = 'normal';
|
||||
$conf['browserTitleShowNS'] = 0;
|
||||
$conf['collapsibleSections'] = 0;
|
||||
$conf['cookieLawBannerPage'] = 'cookie:banner';
|
||||
$conf['cookieLawPolicyPage'] = 'cookie:policy';
|
||||
$conf['customTheme'] = '';
|
||||
$conf['discussionPage'] = 'discussion:@ID@';
|
||||
$conf['domParserMaxPageSize'] = 600000;
|
||||
$conf['fixedTopNavbar'] = 1;
|
||||
$conf['fluidContainer'] = 1;
|
||||
$conf['googleAnalyticsAnonymizeIP'] = 0;
|
||||
$conf['googleAnalyticsNoTrackAdmin'] = 1;
|
||||
$conf['googleAnalyticsNoTrackPages'] = '';
|
||||
$conf['googleAnalyticsNoTrackUsers'] = 0;
|
||||
$conf['googleAnalyticsTrackActions'] = 0;
|
||||
$conf['googleAnalyticsTrackID'] = '';
|
||||
$conf['gravatarURL'] = 'https://secure.gravatar.com/avatar';
|
||||
$conf['hideInThemeSwitcher'] = '';
|
||||
$conf['hideLoginLink'] = 0;
|
||||
$conf['homePageURL'] = '';
|
||||
$conf['individualTools'] = 0;
|
||||
$conf['inverseNavbar'] = 0;
|
||||
$conf['landingPages'] = '(intro)';
|
||||
$conf['leftSidebarGrid'] = 'col-sm-3 col-md-2';
|
||||
$conf['libravatarURL'] = 'https://seccdn.libravatar.org/avatar';
|
||||
$conf['navbarLabels'] = 'login,register';
|
||||
$conf['office365URL'] = 'https://outlook.office365.com';
|
||||
$conf['pageIcons'] = 'social-share,feed,send-mail,permalink,print,help';
|
||||
$conf['pageInfo'] = 'filename,extension,date,editor,locked';
|
||||
$conf['pageInfoDateFormat'] = 'dformat';
|
||||
$conf['pageOnPanel'] = 1;
|
||||
$conf['rightSidebar'] = 'rightsidebar';
|
||||
$conf['rightSidebarGrid'] = 'col-sm-3 col-md-2';
|
||||
$conf['schemaOrgType'] = 'Article';
|
||||
$conf['showAddNewPage'] = 'never';
|
||||
$conf['showAdminMenu'] = 0;
|
||||
$conf['showBadges'] = 1;
|
||||
$conf['showCookieLawBanner'] = 0;
|
||||
$conf['showDiscussion'] = 0;
|
||||
$conf['showEditBtn'] = 'never';
|
||||
$conf['showHomePageLink'] = 0;
|
||||
$conf['showIndividualTool'] = 'site,page';
|
||||
$conf['showLandingPage'] = 0;
|
||||
$conf['showLoginOnFooter'] = 0;
|
||||
$conf['showNavbar'] = 'always';
|
||||
$conf['showPageIcons'] = 1;
|
||||
$conf['showPageId'] = 1;
|
||||
$conf['showPageInfo'] = 1;
|
||||
$conf['showPageTools'] = 'always';
|
||||
$conf['showSearchForm'] = 'always';
|
||||
$conf['showSemanticPopup'] = 0;
|
||||
$conf['showThemeSwitcher'] = 0;
|
||||
$conf['showTools'] = 'always';
|
||||
$conf['showTranslation'] = 0;
|
||||
$conf['showUserHomeLink'] = 1;
|
||||
$conf['showWikiInfo'] = 1;
|
||||
$conf['sidebarOnNavbar'] = 0;
|
||||
$conf['sidebarPosition'] = 'left';
|
||||
$conf['sidebarShowPageTitle'] = 1;
|
||||
$conf['socialShareProviders'] = 'facebook,google-plus,linkedin,pinterest,whatsapp,twitter,telegram,yammer,reddit,microsoft-teams';
|
||||
$conf['tableFullWidth'] = 1;
|
||||
$conf['tableStyle'] = 'striped,condensed,responsive';
|
||||
$conf['tagsOnTop'] = 1;
|
||||
$conf['themeByNamespace'] = 0;
|
||||
$conf['tocAffix'] = 1;
|
||||
$conf['tocCollapseOnScroll'] = 1;
|
||||
$conf['tocCollapseSubSections'] = 1;
|
||||
$conf['tocCollapsed'] = 0;
|
||||
$conf['tocLayout'] = 'default';
|
||||
$conf['useACL'] = 0;
|
||||
$conf['useAlternativeToolbarIcons'] = 1;
|
||||
$conf['useAnchorJS'] = 1;
|
||||
$conf['useAvatar'] = 'off';
|
||||
$conf['useGoogleAnalytics'] = 0;
|
||||
$conf['notifyExtensionsUpdate'] = 0;
|
||||
$conf['disableSearchSuggest'] = 0;
|
||||
Reference in New Issue
Block a user