Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.217.64
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
georgeto /
wp-includes /
blocks /
video /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
1.92
KB
-rw-r--r--
2024-09-30 21:41
editor-rtl.css
1.19
KB
-rw-r--r--
2025-12-03 17:22
editor-rtl.min.css
1.09
KB
-rw-r--r--
2025-12-03 17:22
editor.css
1.19
KB
-rw-r--r--
2025-12-03 17:22
editor.min.css
1.08
KB
-rw-r--r--
2025-12-03 17:22
style-rtl.css
337
B
-rw-r--r--
2025-12-03 17:22
style-rtl.min.css
291
B
-rw-r--r--
2025-12-03 17:22
style.css
337
B
-rw-r--r--
2025-12-03 17:22
style.min.css
291
B
-rw-r--r--
2025-12-03 17:22
theme-rtl.css
200
B
-rw-r--r--
2024-11-23 13:12
theme-rtl.min.css
176
B
-rw-r--r--
2024-11-23 13:12
theme.css
200
B
-rw-r--r--
2024-11-23 13:12
theme.min.css
176
B
-rw-r--r--
2024-11-23 13:12
Save
Rename
{ "$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" }