From 1d9af50f713c45107bb3185a5e233737d28f8081 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 2 Mar 2023 18:39:17 +0100 Subject: [PATCH] Per 1.40, VE should use parsoid directly in MW core. VRS should no longer be needed to communicate with RESTbase. The VisualEditorDefaultParsoidClient setting is retained for backwards compatibility. Change-Id: I1e7cdaa61d3d5b075b5551844d8b0293092c99ed --- extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.json b/extension.json index 82baa55b89..cd07472e3c 100644 --- a/extension.json +++ b/extension.json @@ -109,8 +109,8 @@ "description": "Deprecated since MW 1.40. Unused." }, "VisualEditorDefaultParsoidClient": { - "value": "vrs", - "description": "Sets the mechanism used by the VE API to talk to Parsoid. This should be removed as soon as the direct mode is stable." + "value": "direct", + "description": "Sets the mechanism used by the VE API to talk to Parsoid. Can be set to 'vrs' for backwards compatibility, to make VisualEditor use a REST interface to talk to Parsoid." }, "VisualEditorParsoidSettings": { "value": []