Skip to content

Commit

Permalink
Columns block: Enable blockGap and vertical margin support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Sep 8, 2021
1 parent f20ad34 commit 99625bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/block-library/src/columns/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"color": {
"gradients": true,
"link": true
},
"spacing": {
"blockGap": true,
"margin": [ "top", "bottom" ],
"__experimentalDefaultControls": {
"blockGap": true
}
}
},
"editorStyle": "wp-block-columns-editor",
Expand Down

0 comments on commit 99625bd

Please sign in to comment.