Skip to content

Commit

Permalink
Default controls modified
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkalpagdar committed Jan 23, 2025
1 parent 3cedb01 commit be40565
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/block-library/src/comments-pagination/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,17 @@
},
"spacing": {
"margin": true,
"padding": true
"padding": true,
"__experimentalDefaultControls": {
"padding": false,
"margin": false
}
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
"style": true
},
"interactivity": {
"clientNavigation": true
Expand Down

0 comments on commit be40565

Please sign in to comment.