Skip to content

Commit

Permalink
theme.json schema: Fix block list
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Dec 27, 2024
1 parent 5af740f commit df2b0c7
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

0 comments on commit df2b0c7

Please sign in to comment.