home
/
aioutajg
/
8171bispupdate.com
/
wp-includes
/
blocks
/
video
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
block.json
1.92 KB
Rename
Delete
editor-rtl.css
1.26 KB
Rename
Delete
editor-rtl.min.css
1.15 KB
Rename
Delete
editor.css
1.26 KB
Rename
Delete
editor.min.css
1.15 KB
Rename
Delete
style-rtl.css
322 bytes
Rename
Delete
style-rtl.min.css
279 bytes
Rename
Delete
style.css
322 bytes
Rename
Delete
style.min.css
279 bytes
Rename
Delete
theme-rtl.css
200 bytes
Rename
Delete
theme-rtl.min.css
176 bytes
Rename
Delete
theme.css
200 bytes
Rename
Delete
theme.min.css
176 bytes
Rename
Delete
{ "$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" }
Save