Skip to content

Commit

Permalink
List Item: Add border support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jul 15, 2024
1 parent 6d37f9c commit c775129
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/list-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
"supports": {
"className": false,
"splitting": true,
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
"color": {
"gradients": true,
"link": true,
Expand Down

0 comments on commit c775129

Please sign in to comment.