mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 14:06:52 +00:00
Merge "Per 1.40, VE should use parsoid directly in MW core."
This commit is contained in:
commit
b0f6367ae9
|
@ -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