Skip to content

Commit

Permalink
Gallery: Add border block support
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan committed Jul 11, 2024
1 parent 098fe40 commit 2789f73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/block-library/src/gallery/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
"supports": {
"anchor": true,
"align": true,
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true
}
},
"html": false,
"units": [ "px", "em", "rem", "vh", "vw" ],
"spacing": {
Expand Down

0 comments on commit 2789f73

Please sign in to comment.