Skip to content

Commit

Permalink
update wp-api-generated.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed May 31, 2021
1 parent aceb7c4 commit f4fa9a5
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -6573,20 +6573,6 @@ mockedApiResponse.Schema = {
"PATCH"
],
"args": {
"theme_mods_default": {
"description": "",
"type": "object",
"properties": {
"custom_logo": {
"type": [
"integer",
"boolean"
]
}
},
"additionalProperties": false,
"required": false
},
"title": {
"description": "Site title.",
"type": "string",
Expand All @@ -6597,11 +6583,6 @@ mockedApiResponse.Schema = {
"type": "string",
"required": false
},
"stylesheet": {
"description": "",
"type": "string",
"required": false
},
"url": {
"description": "Site URL.",
"type": "string",
Expand Down Expand Up @@ -6676,6 +6657,11 @@ mockedApiResponse.Schema = {
"closed"
],
"required": false
},
"site_logo": {
"description": "Site logo.",
"type": "integer",
"required": false
}
}
}
Expand Down Expand Up @@ -8945,12 +8931,8 @@ mockedApiResponse.CommentModel = {
};

mockedApiResponse.settings = {
"theme_mods_default": {
"custom_logo": false
},
"title": "Test Blog",
"description": "Just another WordPress site",
"stylesheet": "default",
"url": "http://example.org",
"email": "[email protected]",
"timezone": "",
Expand All @@ -8963,5 +8945,6 @@ mockedApiResponse.settings = {
"default_post_format": "0",
"posts_per_page": 10,
"default_ping_status": "open",
"default_comment_status": "open"
"default_comment_status": "open",
"site_logo": null
};

0 comments on commit f4fa9a5

Please sign in to comment.