diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/query-title/block.json --- a/wp/wp-includes/blocks/query-title/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/query-title/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -17,6 +17,9 @@ "type": "number", "default": 1 }, + "levelOptions": { + "type": "array" + }, "showPrefix": { "type": "boolean", "default": true @@ -26,6 +29,11 @@ "default": true } }, + "example": { + "attributes": { + "type": "search" + } + }, "supports": { "align": [ "wide", "full" ], "html": false, @@ -55,6 +63,18 @@ }, "interactivity": { "clientNavigation": true + }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "radius": true, + "color": true, + "width": true, + "style": true + } } }, "style": "wp-block-query-title"