Skip to content

Commit

Permalink
Columns: Add border support (#31737)
Browse files Browse the repository at this point in the history
Adds basic border support to parent Columns block only.
  • Loading branch information
aaronrobertshaw authored Feb 16, 2022
1 parent d5f94f2 commit 64a6490
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/columns/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
"type": "flex",
"flexWrap": "nowrap"
}
},
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
}
},
"editorStyle": "wp-block-columns-editor",
Expand Down

0 comments on commit 64a6490

Please sign in to comment.