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:
Peter Wilson 2018-01-22 06:33:02 +00:00
parent b5b05c51c6
commit ec8734bc2e

View File

@ -3367,6 +3367,11 @@ mockedApiResponse.Schema = {
],
"description": "Allow people to post comments on new articles.",
"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",
"posts_per_page": 10,
"default_ping_status": "open",
"default_comment_status": "open"
"default_comment_status": "open",
"permalink_structure": null
};