Skip to content

Commit

Permalink
theme.json schema: Fix block list (#68343)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Dec 28, 2024
1 parent cecc281 commit b4304f8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,9 @@
"core/file": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/footnotes": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/freeform": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -1030,9 +1033,6 @@
"core/post-terms": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/post-time-to-read": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/post-title": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -1063,6 +1063,9 @@
"core/query-title": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/query-total": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/quote": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -1102,9 +1105,6 @@
"core/table": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/table-of-contents": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
"core/tag-cloud": {
"$ref": "#/definitions/settingsPropertiesComplete"
},
Expand Down Expand Up @@ -1902,6 +1902,9 @@
"core/file": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/footnotes": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/freeform": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down Expand Up @@ -2010,9 +2013,6 @@
"core/post-terms": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/post-time-to-read": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/post-title": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down Expand Up @@ -2043,6 +2043,9 @@
"core/query-title": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/query-total": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/quote": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down Expand Up @@ -2082,9 +2085,6 @@
"core/table": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/table-of-contents": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/tag-cloud": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
Expand Down Expand Up @@ -2316,6 +2316,9 @@
"core/file": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/footnotes": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/freeform": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
Expand Down Expand Up @@ -2424,9 +2427,6 @@
"core/post-terms": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/post-time-to-read": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/post-title": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
Expand Down Expand Up @@ -2457,6 +2457,9 @@
"core/query-title": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/query-total": {
"$ref": "#/definitions/stylesPropertiesAndElementsComplete"
},
"core/quote": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
Expand Down Expand Up @@ -2496,9 +2499,6 @@
"core/table": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/table-of-contents": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
"core/tag-cloud": {
"$ref": "#/definitions/stylesVariationBlockPropertiesComplete"
},
Expand Down

1 comment on commit b4304f8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in b4304f8.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12525271545
📝 Reported issues:

Please sign in to comment.