Enable VE by default for 3rd party installs

This shouldn't affect WMF wikis as they always set
the config explicity:
https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/CommonSettings.php#L2698-L2705

Change-Id: Iec2e0f97311befdfd5308aca3d339daaaa725760
This commit is contained in:
Ed Sanders 2023-03-08 14:52:49 +00:00
parent d813ddd85f
commit 31879219bb

View file

@ -2916,7 +2916,7 @@
"DefaultUserOptions": {
"visualeditor-autodisable": 0,
"visualeditor-betatempdisable": 0,
"visualeditor-editor": "wikitext",
"visualeditor-editor": "visualeditor",
"visualeditor-enable": 1,
"visualeditor-enable-experimental": 0,
"visualeditor-hidebetawelcome": 0,