REST API: Update the fixture data for wp-api.js
tests following [42359].
Props danielbachhuber. See #41014. git-svn-id: https://develop.svn.wordpress.org/trunk@42540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b5b05c51c6
commit
ec8734bc2e
@ -3367,6 +3367,11 @@ mockedApiResponse.Schema = {
|
|||||||
],
|
],
|
||||||
"description": "Allow people to post comments on new articles.",
|
"description": "Allow people to post comments on new articles.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"permalink_structure": {
|
||||||
|
"required": false,
|
||||||
|
"description": "Custom URL structure for permalinks and archives.",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4528,5 +4533,6 @@ mockedApiResponse.settings = {
|
|||||||
"default_post_format": "0",
|
"default_post_format": "0",
|
||||||
"posts_per_page": 10,
|
"posts_per_page": 10,
|
||||||
"default_ping_status": "open",
|
"default_ping_status": "open",
|
||||||
"default_comment_status": "open"
|
"default_comment_status": "open",
|
||||||
|
"permalink_structure": null
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user