Skip to content

Commit

Permalink
Paragraph: 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 56ff479
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/paragraph/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
"splitting": true,
"anchor": true,
"className": false,
"__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 56ff479

Please sign in to comment.