Niharika29 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/376431 )

Change subject: Configure ACW for Beta cluster
......................................................................

Configure ACW for Beta cluster

Bug: T175054
Change-Id: I398c5c4337121a8e447cb37366aef86732fb5337
---
M wmf-config/CommonSettings-labs.php
1 file changed, 6 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 6feaf4d..a897376 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -336,6 +336,12 @@
        $wgLoginNotifyAttemptsNewIP = 1;
 }
 
+
+if ( $wmgUseArticleCreationWorkflow ) {
+       wfLoadExtension( 'ArticleCreationWorkflow' );
+       $wgArticleCreationWorkflows = [[ 'namespaces' => [0], 'excludeRight' => 
'sysop' ]];
+}
+
 $wgStructuredChangeFiltersEnableExperimentalViews = true;
 $wgStructuredChangeFiltersEnableLiveUpdate = true;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I398c5c4337121a8e447cb37366aef86732fb5337
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <nko...@wikimedia.org>

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

Reply via email to