[ 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
/
embed
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,036 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
784 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
707 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
784 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
707 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
1,729 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
1,596 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
1,729 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
1,596 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/embed", "title": "Embed", "category": "embed", "description": "Add a block that displays content pulled from other sites, like Twitter or YouTube.", "textdomain": "default", "attributes": { "url": { "type": "string", "role": "content" }, "caption": { "type": "rich-text", "source": "rich-text", "selector": "figcaption", "role": "content" }, "type": { "type": "string", "role": "content" }, "providerNameSlug": { "type": "string", "role": "content" }, "allowResponsive": { "type": "boolean", "default": true }, "responsive": { "type": "boolean", "default": false, "role": "content" }, "previewable": { "type": "boolean", "default": true, "role": "content" } }, "supports": { "align": true, "spacing": { "margin": true }, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-embed-editor", "style": "wp-block-embed" }