mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "ApiVisualEditor: Default format is jsonfm not json, so note this"
This commit is contained in:
commit
184feebf1f
|
@ -606,7 +606,7 @@ class ApiVisualEditor extends ApiBase {
|
||||||
ApiBase::PARAM_REQUIRED => true,
|
ApiBase::PARAM_REQUIRED => true,
|
||||||
),
|
),
|
||||||
'format' => array(
|
'format' => array(
|
||||||
ApiBase::PARAM_DFLT => 'json',
|
ApiBase::PARAM_DFLT => 'jsonfm',
|
||||||
ApiBase::PARAM_TYPE => array( 'json', 'jsonfm' ),
|
ApiBase::PARAM_TYPE => array( 'json', 'jsonfm' ),
|
||||||
),
|
),
|
||||||
'paction' => array(
|
'paction' => array(
|
||||||
|
|
Loading…
Reference in a new issue