Skip to content

Commit

Permalink
Query Title: Add Border Support
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Aug 16, 2024
1 parent 42db13f commit 7526d3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/block-library/src/query-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
},
"interactivity": {
"clientNavigation": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"style": "wp-block-query-title"
Expand Down

0 comments on commit 7526d3c

Please sign in to comment.