MaxSem has uploaded a new change for review.

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


Change subject: Disable mobile upload CTAs
......................................................................

Disable mobile upload CTAs

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 6430830..51cf46a 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11124,6 +11124,9 @@
        'default' => array(),
        'foundationwiki' => array( 'Special:FundraiserStatistics' ),
 ),
+'wmgMFEnablePhotoUploadCTA' => array(
+       'default' => false,
+),
 
 'wgExtraGenderNamespaces' => array(
        'default' => array(),
diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 578476e..9a052c7 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -117,3 +117,4 @@
 };
 
 $wgMFEnableSiteNotice = $wmgMFEnableSiteNotice;
+$wgMFEnablePhotoUploadCTA = $wmgMFEnablePhotoUploadCTA;

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

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

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

Reply via email to