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 Aug 9, 2024
1 parent e44bc77 commit f6df8de
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 @@ -23,6 +23,18 @@
"anchor": true,
"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 f6df8de

Please sign in to comment.