Skip to content

Commit

Permalink
Update wp-api-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jun 3, 2024
1 parent a536d81 commit 969dc48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -7855,9 +7855,9 @@ mockedApiResponse.Schema = {
"theme_json_version": {
"description": "Version of the theme.json schema used for the typography settings.",
"type": "integer",
"default": 2,
"default": 3,
"minimum": 2,
"maximum": 2,
"maximum": 3,
"required": false
},
"font_family_settings": {
Expand Down Expand Up @@ -7924,9 +7924,9 @@ mockedApiResponse.Schema = {
"theme_json_version": {
"description": "Version of the theme.json schema used for the typography settings.",
"type": "integer",
"default": 2,
"default": 3,
"minimum": 2,
"maximum": 2,
"maximum": 3,
"required": false
},
"font_family_settings": {
Expand Down Expand Up @@ -8057,9 +8057,9 @@ mockedApiResponse.Schema = {
"theme_json_version": {
"description": "Version of the theme.json schema used for the typography settings.",
"type": "integer",
"default": 2,
"default": 3,
"minimum": 2,
"maximum": 2,
"maximum": 3,
"required": false
},
"font_face_settings": {
Expand Down

0 comments on commit 969dc48

Please sign in to comment.