Skip to content

Commit

Permalink
Fix core/archives block to have object type
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Sep 19, 2022
1 parent d49897c commit 3c32915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,9 @@
"type": "object",
"properties": {
"core/archives": {
"description": "Archive block. Display a monthly archive of your posts. This block has no block-level settings"
"type": "object",
"description": "Archive block. Display a monthly archive of your posts. This block has no block-level settings",
"additionalProperties": false
},
"core/audio": {
"$ref": "#/definitions/settingsPropertiesComplete"
Expand Down

0 comments on commit 3c32915

Please sign in to comment.