Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/323347

Change subject: Use entity types for the repoNamespaces Wikibase client setting
......................................................................

Use entity types for the repoNamespaces Wikibase client setting

This is the recommended way to use this, as of ef622b1bc0ab3bc4.

Change-Id: Iab7e43a92a727a5da9e942e40bbfacb6dd27c250
---
M wmf-config/Wikibase.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/47/323347/1

diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index ce2e782..4bc5b5a 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -166,8 +166,8 @@
        $wgWBClientSettings['repoDatabase'] = 'wikidatawiki';
 
        $wgWBClientSettings['repoNamespaces'] = [
-               'wikibase-item' => '',
-               'wikibase-property' => 'Property'
+               'item' => '',
+               'property' => 'Property'
        ];
 
        $wgWBClientSettings['languageLinkSiteGroup'] = $wmgWikibaseSiteGroup;

-- 
To view, visit https://gerrit.wikimedia.org/r/323347
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab7e43a92a727a5da9e942e40bbfacb6dd27c250
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to