Skip to content

Commit

Permalink
Add block gap support for group blocks (#37459)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Dec 20, 2021
1 parent 46ddca6 commit 9872a70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},
"spacing": {
"padding": true,
"blockGap": true,
"__experimentalDefaultControls": {
"padding": true
"padding": true,
"blockGap": true
}
},
"__experimentalBorder": {
Expand Down

0 comments on commit 9872a70

Please sign in to comment.