]> git.openstreetmap.org Git - chef.git/commitdiff
wiki: set custom wgWBClientSettings['repoSiteName']
authorGrant Slater <github@firefishy.com>
Wed, 23 Nov 2022 16:16:32 +0000 (16:16 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 23 Nov 2022 16:16:42 +0000 (16:16 +0000)
Per: https://github.com/openstreetmap/chef/pull/523
Closes: https://github.com/openstreetmap/operations/issues/352
cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb

index 0b69f5c94e26ca7105d109e5a0e0ebd32b11d081..6f7e8d6ebb7a22e75531ebd1d694dd32e45e922c 100644 (file)
@@ -125,6 +125,7 @@ $wgWBClientSettings['entitySources'] = [
 ];
 
 $wgWBClientSettings['namespaces'] = [ NS_MAIN ];
+$wgWBClientSettings['repoSiteName'] = 'Data Items';
 
 // Avoid complaints that nobody seems to know the cause off...
 $wgWBClientSettings['entityUsagePerPageLimit'] = 500;