From 31879219bb7dc0855c34b230cdbf3f71709de125 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 8 Mar 2023 14:52:49 +0000 Subject: [PATCH] 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 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index fbc6ca20b4..53d6468c4b 100644 --- a/extension.json +++ b/extension.json @@ -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,