diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/video/block.json --- a/wp/wp-includes/blocks/video/block.json Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/video/block.json Fri Sep 05 18:52:52 2025 +0200 @@ -18,7 +18,7 @@ "type": "rich-text", "source": "rich-text", "selector": "figcaption", - "__experimentalRole": "content" + "role": "content" }, "controls": { "type": "boolean", @@ -29,7 +29,7 @@ }, "id": { "type": "number", - "__experimentalRole": "content" + "role": "content" }, "loop": { "type": "boolean", @@ -56,12 +56,16 @@ "attribute": "preload", "default": "metadata" }, + "blob": { + "type": "string", + "role": "local" + }, "src": { "type": "string", "source": "attribute", "selector": "video", "attribute": "src", - "__experimentalRole": "content" + "role": "content" }, "playsInline": { "type": "boolean", @@ -70,7 +74,7 @@ "attribute": "playsinline" }, "tracks": { - "__experimentalRole": "content", + "role": "content", "type": "array", "items": { "type": "object"