Skip to content

Commit

Permalink
Issue #126: skip tutorial on Special:UploadWizard
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 16, 2021
1 parent 126a32b commit 8857f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions wikifundi-en/config/mediawiki/LocalSettings.custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$wgLanguageCode = "en";
$wgULSLanguageDetection = false; // don't detect user agent language
$wgUploadWizardConfig['uwLanguages'] = [ 'en' => 'English' ];
$wgUploadWizardConfig['tutorial']['skip'] = true;

# Database settings
$wgDBtype = "sqlite";
Expand Down
1 change: 1 addition & 0 deletions wikifundi-es/config/mediawiki/LocalSettings.custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$wgLanguageCode = "es";
$wgULSLanguageDetection = false; // don't detect user agent language
$wgUploadWizardConfig['uwLanguages'] = [ 'es' => 'Spanish' ];
$wgUploadWizardConfig['tutorial']['skip'] = true;

# Database settings
$wgDBtype = "sqlite";
Expand Down
1 change: 1 addition & 0 deletions wikifundi-fr/config/mediawiki/LocalSettings.custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$wgLanguageCode = "fr";
$wgULSLanguageDetection = false; // don't detect user agent language
$wgUploadWizardConfig['uwLanguages'] = [ 'fr' => 'French' ];
$wgUploadWizardConfig['tutorial']['skip'] = true;

# Database settings
$wgDBtype = "sqlite";
Expand Down

0 comments on commit 8857f39

Please sign in to comment.