diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/comment-reply-link/block.json --- a/wp/wp-includes/blocks/comment-reply-link/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/comment-reply-link/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -25,7 +25,11 @@ }, "spacing": { "margin": true, - "padding": true + "padding": true, + "__experimentalDefaultControls": { + "margin": false, + "padding": false + } }, "typography": { "fontSize": true, @@ -40,6 +44,13 @@ "fontSize": true } }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true + }, "html": false - } + }, + "style": "wp-block-comment-reply-link" }