diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/buttons/block.json --- a/wp/wp-includes/blocks/buttons/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/buttons/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -13,8 +13,16 @@ "align": [ "wide", "full" ], "html": false, "__experimentalExposeControlsToChildren": true, + "color": { + "gradients": true, + "text": false, + "__experimentalDefaultControls": { + "background": true + } + }, "spacing": { - "blockGap": true, + "blockGap": [ "horizontal", "vertical" ], + "padding": true, "margin": [ "top", "bottom" ], "__experimentalDefaultControls": { "blockGap": true @@ -33,6 +41,18 @@ "fontSize": true } }, + "__experimentalBorder": { + "color": true, + "radius": true, + "style": true, + "width": true, + "__experimentalDefaultControls": { + "color": true, + "radius": true, + "style": true, + "width": true + } + }, "layout": { "allowSwitching": false, "allowInheriting": false,