Skip to content

Commit

Permalink
Gallery: Add border block support (#63428)
Browse files Browse the repository at this point in the history
Add border block support to the gallery block,

Co-authored-by: carolinan <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: andrewserong <[email protected]>
Co-authored-by: paaljoachim <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
6 people authored Jul 15, 2024
1 parent de23bb9 commit 653759a
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 653759a

Please sign in to comment.