diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/search/block.json --- a/wp/wp-includes/blocks/search/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/search/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -10,7 +10,7 @@ "attributes": { "label": { "type": "string", - "__experimentalRole": "content" + "role": "content" }, "showLabel": { "type": "boolean", @@ -19,7 +19,7 @@ "placeholder": { "type": "string", "default": "", - "__experimentalRole": "content" + "role": "content" }, "width": { "type": "number" @@ -29,7 +29,7 @@ }, "buttonText": { "type": "string", - "__experimentalRole": "content" + "role": "content" }, "buttonPosition": { "type": "string", @@ -85,6 +85,9 @@ "width": true } }, + "spacing": { + "margin": true + }, "html": false }, "editorStyle": "wp-block-search-editor",