diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/loginout/block.json --- a/wp/wp-includes/blocks/loginout/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/loginout/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -17,8 +17,17 @@ "default": true } }, + "example": { + "viewportWidth": 350 + }, "supports": { "className": true, + "color": { + "background": true, + "text": false, + "gradients": true, + "link": true + }, "spacing": { "margin": true, "padding": true, @@ -40,8 +49,15 @@ "fontSize": true } }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true + }, "interactivity": { "clientNavigation": true } - } + }, + "style": "wp-block-loginout" }