Skip to content

Commit

Permalink
Border support added for Embed block
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeerhassan1909 committed Oct 23, 2024
1 parent b0db4f8 commit 1398e28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/embed/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,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-embed-editor",
Expand Down

0 comments on commit 1398e28

Please sign in to comment.