Skip to content

Commit

Permalink
Separator Border Block Support
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Jan 7, 2025
1 parent 26aafe7 commit dd79bd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/separator/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"styles": [
Expand Down

0 comments on commit dd79bd1

Please sign in to comment.