Jdlrobson has uploaded a new change for review.

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

Change subject: Enable the wikidata mobile experiments on beta labs
......................................................................

Enable the wikidata mobile experiments on beta labs

This enables infobox / description editing experiments

Change-Id: I54169b9b7c00fa998ee8375ddd389950b0b81afb
---
M wmf-config/InitialiseSettings-labs.php
M wmf-config/mobile-labs.php
2 files changed, 37 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 76206f1..93e07dc 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -261,6 +261,39 @@
                'default' => false,
                'enwiki' => true,
        ),
+       'wmgMFWikiDataEndpoint' => array(
+               'enwiki' => 'https://wikidata.beta.wmflabs.org',
+       ),
+       'wmgWikiBasePropertyConfig' => array(
+               'enwiki' => array(
+                       'instanceOf' => 'P694',
+                       'bannerImage' => 'P964',
+               ),
+       ),
+       'wmgMFInfoboxConfig' => array(
+               'enwiki' => array(
+                       // human
+                       5 => array(
+                               'rows' => array(
+                                               // Born
+                                               array( 'id' => 'P476' ),
+                                               // Birthplace
+                                               array( 'id' => 'P965' ),
+                                               // Place of death
+                                               array( 'id' => 'P994' ),
+                                               // Country of citizenship
+                                               array( 'id' => 'P27' ),
+                                               // Alma mater
+                                               array( 'id' => 'P998' ),
+                               ),
+                       ),
+                       'default' => array(
+                               'rows' => array(
+                               ),
+                       ),
+               ),
+       ),
+
        'wmgWikiGrokDebug' => array(
                'default' => false,
                'enwiki' => true,
diff --git a/wmf-config/mobile-labs.php b/wmf-config/mobile-labs.php
index a977d0c..e9101ef 100644
--- a/wmf-config/mobile-labs.php
+++ b/wmf-config/mobile-labs.php
@@ -22,3 +22,7 @@
 $wgMFEnableWikiGrokInSidebar = $wmgMFEnableWikiGrokInSidebar;
 $wgWikiGrokDebug = $wmgWikiGrokDebug;
 $wgMFSpecialCaseMainPage = $wmgMFSpecialCaseMainPage;
+
+$wgMFWikiDataEndpoint = $wmgMFWikiDataEndpoint;
+$wgWikiBasePropertyConfig = $wmgWikiBasePropertyConfig;
+$wgMFInfoboxConfig = $wmgMFInfoboxConfig;

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

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

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

Reply via email to