Linux res4.skyhost.pk 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
LiteSpeed
Server IP : 65.109.66.33 & Your IP : 216.73.217.126
Domains : 334 Domain
User : supercareproduct
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
tmp /
wordpress /
wp-includes /
blocks /
video /
Delete
Unzip
Name
Size
Permission
Date
Action
block.json
1.99
KB
-rw-r--r--
2026-07-14 12:05
editor-rtl.css
2.1
KB
-rw-r--r--
2026-07-14 12:56
editor-rtl.min.css
1.19
KB
-rw-r--r--
2026-07-14 12:56
editor.css
2.1
KB
-rw-r--r--
2026-07-14 12:56
editor.min.css
1.19
KB
-rw-r--r--
2026-07-14 12:56
style-rtl.css
2.27
KB
-rw-r--r--
2026-07-14 12:05
style-rtl.min.css
311
B
-rw-r--r--
2026-06-29 20:39
style.css
2.27
KB
-rw-r--r--
2026-07-14 12:05
style.min.css
311
B
-rw-r--r--
2026-06-29 20:39
theme-rtl.css
2.12
KB
-rw-r--r--
2026-07-14 12:05
theme-rtl.min.css
186
B
-rw-r--r--
2026-06-29 20:39
theme.css
2.12
KB
-rw-r--r--
2026-07-14 12:05
theme.min.css
186
B
-rw-r--r--
2026-06-29 20:39
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" }, "width": { "type": "number" }, "height": { "type": "number" }, "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" }