Skip to content

Commit

Permalink
Add border support to post excerpt block
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Jul 27, 2024
1 parent 313246a commit 5aee5a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/post-excerpt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"editorStyle": "wp-block-post-excerpt-editor",
Expand Down

0 comments on commit 5aee5a0

Please sign in to comment.