[ 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
/
code
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,426 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
41 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
36 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
41 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
36 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
196 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
170 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
196 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
216 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.css
130 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme-rtl.min.css
116 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.css
130 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.min.css
116 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/code", "title": "Code", "category": "text", "description": "Display code snippets that respect your spacing and tabs.", "textdomain": "default", "attributes": { "content": { "type": "rich-text", "source": "rich-text", "selector": "code", "__unstablePreserveWhiteSpace": true, "role": "content" } }, "supports": { "align": [ "wide" ], "anchor": true, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "spacing": { "margin": [ "top", "bottom" ], "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "width": true, "color": true } }, "color": { "text": true, "background": true, "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "interactivity": { "clientNavigation": true } }, "style": "wp-block-code" }