Enable VisualEditor by default

This provides a "zero configuration" installation option for VisualEditor
for the MW 1.35 LTS release.

Depends on a change to mediawiki-config to reset the default in production
to disabled, so that we don't change user experience on the projects.

Bug: T248343
Depends-On: Ic32a4dc4436c8304e9fde4e1ec18401a8403b167
Change-Id: I5e422bc3eaf8a59a098e13802f511c2519583c0a
This commit is contained in:
C. Scott Ananian 2020-07-07 16:24:16 -04:00 committed by Jforrester
parent 8d83473fe1
commit 5e83b1da2c

View file

@ -2776,7 +2776,7 @@
"remoteExtPath": "VisualEditor"
},
"DefaultUserOptions": {
"visualeditor-enable": 0,
"visualeditor-enable": 1,
"visualeditor-betatempdisable": 0,
"visualeditor-newwikitext": 0,
"visualeditor-visualdiffpage": 0,