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
This commit is contained in:
daniel 2023-03-02 18:39:17 +01:00
parent 8583c0a53c
commit 1d9af50f71

View file

@ -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": []