Skip to content

Commit

Permalink
List: 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 2adb903
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/list/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
"supports": {
"anchor": true,
"html": false,
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
Expand Down

0 comments on commit 2adb903

Please sign in to comment.