mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
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:
parent
8583c0a53c
commit
1d9af50f71
|
@ -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": []
|
||||
|
|
Loading…
Reference in a new issue