Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Query Total: Show Border Controls By Default
  • Loading branch information
shail-mehta committed Jan 6, 2025
commit c0e62a20666422fb52bcc3d948798b5a1ace99fb
8 changes: 7 additions & 1 deletion packages/block-library/src/query-total/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@
"radius": true,
"color": true,
"width": true,
"style": true
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
}
},
"style": "wp-block-query-total"
Expand Down
Loading