{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/video", "title": "Video", "category": "media", "description": "Embed a video from your media library or upload a new one.", "keywords": [ "movie" ], "textdomain": "default", "attributes": { "autoplay": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "autoplay" }, "caption": { "type": "rich-text", "source": "rich-text", "selector": "figcaption", "role": "content" }, "controls": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "controls", "default": true }, "id": { "type": "number", "role": "content" }, "loop": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "loop" }, "muted": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "muted" }, "poster": { "type": "string", "source": "attribute", "selector": "video", "attribute": "poster" }, "preload": { "type": "string", "source": "attribute", "selector": "video", "attribute": "preload", "default": "metadata" }, "blob": { "type": "string", "role": "local" }, "src": { "type": "string", "source": "attribute", "selector": "video", "attribute": "src", "role": "content" }, "playsInline": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "playsinline" }, "tracks": { "role": "content", "type": "array", "items": { "type": "object" }, "default": [] } }, "supports": { "anchor": true, "align": true, "spacing": { "margin": true, "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-video-editor", "style": "wp-block-video" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
block.json | File | 1.92 KB | 0644 |
|
editor-rtl.css | File | 1.02 KB | 0644 |
|
editor-rtl.min.css | File | 941 B | 0644 |
|
editor.css | File | 1.01 KB | 0644 |
|
editor.min.css | File | 939 B | 0644 |
|
style-rtl.css | File | 322 B | 0644 |
|
style-rtl.min.css | File | 279 B | 0644 |
|
style.css | File | 322 B | 0644 |
|
style.min.css | File | 279 B | 0644 |
|
theme-rtl.css | File | 200 B | 0644 |
|
theme-rtl.min.css | File | 176 B | 0644 |
|
theme.css | File | 200 B | 0644 |
|
theme.min.css | File | 176 B | 0644 |
|