22 lines
763 B
PHP
22 lines
763 B
PHP
<?php
|
|
/*
|
|
* Dokuwiki's Main Configuration File - Local Settings
|
|
* Auto-generated by config plugin
|
|
* Run for user: miteruzo
|
|
* Date: Mon, 08 Jul 2024 01:50:32 +0900
|
|
*/
|
|
|
|
$conf['title'] = 'Mr.伝説 Wiki';
|
|
$conf['lang'] = 'ja';
|
|
$conf['template'] = 'vector';
|
|
$conf['license'] = 'cc-zero';
|
|
$conf['useacl'] = 1;
|
|
$conf['superuser'] = '@admin';
|
|
$conf['target']['interwiki'] = '_blank';
|
|
$conf['target']['extern'] = '_blank';
|
|
$conf['userewrite'] = '1';
|
|
$conf['plugin']['ckgedit']['scayt_lang'] = 'British English/en_GB';
|
|
$conf['plugin']['ckgedit']['other_lang'] = 'ja';
|
|
$conf['tpl']['bootstrap3']['socialShareProviders'] = 'facebook,linkedin,microsoft-teams,pinterest,whatsapp,reddit,twitter,telegram,yammer,google-plus';
|
|
$conf['tpl']['flat']['topSidebar'] = 'sidebar';
|