Skip to content

Commit

Permalink
Make padding a default control for the button block
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Aug 11, 2021
1 parent 48724db commit fddeb7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-library/src/button/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
"reusable": false,
"spacing": {
"__experimentalSkipSerialization": true,
"padding": [ "horizontal", "vertical" ]
"padding": [ "horizontal", "vertical" ],
"__experimentalDefaultControls": {
"padding": true
}
},
"__experimentalBorder": {
"radius": true,
Expand Down

0 comments on commit fddeb7e

Please sign in to comment.