Skip to content

Commit

Permalink
update block.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand authored and aaronrobertshaw committed Feb 5, 2024
1 parent bc41460 commit 1009d0c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions schemas/json/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,15 @@
}
},
"shadow": {
"type": "boolean",
"description": "Allow blocks to define a box shadow.",
"default": false
"oneOf": [
{
"type": "boolean"
},
{
"type": "object"
}
]
},
"typography": {
"type": "object",
Expand Down

0 comments on commit 1009d0c

Please sign in to comment.