Skip to content

Commit

Permalink
Hide Spacing & Border Support Default
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Aug 11, 2024
1 parent dbfd21b commit fa3e6b6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/block-library/src/comment-reply-link/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
},
"spacing": {
"margin": true,
"padding": true
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
},
"typography": {
"fontSize": true,
Expand All @@ -44,13 +48,7 @@
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
"style": true
},
"html": false
},
Expand Down

0 comments on commit fa3e6b6

Please sign in to comment.