Jdlrobson has uploaded a new change for review.

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


Change subject: Mobile: Allow CentralNotice to surface on mobile
......................................................................

Mobile: Allow CentralNotice to surface on mobile

Currently targeted to alpha and beta versions of site

Change-Id: Icb6facca0334146c5dd947731c311d935d6af1a8
---
M CentralNotice.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralNotice 
refs/changes/16/51816/1

diff --git a/CentralNotice.php b/CentralNotice.php
index 711f6aa..cf45fdf 100644
--- a/CentralNotice.php
+++ b/CentralNotice.php
@@ -66,6 +66,8 @@
        'remoteExtPath' => 'CentralNotice/modules',
        'scripts'       => 
'ext.centralNotice.bannerController/bannerController.js',
        'position'      => 'top',
+       'targets'       => array( 'mobile', 'desktop' ),
+       'mobileTargets' => array( 'beta', 'alpha' ),
 );
 
 /* Configuration */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb6facca0334146c5dd947731c311d935d6af1a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to