EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/96161
Change subject: Disable VisualEditor inside the Flow project
......................................................................
Disable VisualEditor inside the Flow project
For the initial MVP release flow will utilize only wikitext.
Change-Id: I8bc30e939a6408003c6a70c97888e6fb5477f4ed
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/61/96161/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 41de510..8ba17c3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7588,7 +7588,7 @@
'patrol' => true, // bug 56203
'autopatrol' => true, // bug 56203
),
- 'rollbacker' => array(
+ 'rollbacker' => array(
'rollback' => true, // bug 45165
'autopatrol' => true, // bug 55495
'patrol' => true, // bug 55495
@@ -7599,7 +7599,7 @@
'abusefilter-log-detail' => true, // bug 55495
'suppressredirect' => true, // bug 56203
),
- 'propertycreator' => array(
+ 'propertycreator' => array(
'property-create' => true, // bug 46953
'autopatrol' => true, // bug 55495
'patrol' => true, // bug 55495
@@ -12309,6 +12309,11 @@
'default' => false,
),
+// Disable VE inside flow, leaving only the wikitext editor
+'wgFlowEditorList' => array(
+ 'default' => array( 'none' )
+),
+
'wmgUseDisambiguator' => array(
'default' => true,
),
--
To view, visit https://gerrit.wikimedia.org/r/96161
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bc30e939a6408003c6a70c97888e6fb5477f4ed
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits