[ 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
/
audio
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
1,327 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.css
250 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-rtl.min.css
215 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
248 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.css
213 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.css
179 B
SET
[ EDIT ]
|
[ DEL ]
📄 style-rtl.min.css
156 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
179 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.min.css
156 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/audio", "title": "Audio", "category": "media", "description": "Embed a simple audio player.", "keywords": [ "music", "sound", "podcast", "recording" ], "textdomain": "default", "attributes": { "blob": { "type": "string", "role": "local" }, "src": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "src", "role": "content" }, "caption": { "type": "rich-text", "source": "rich-text", "selector": "figcaption", "role": "content" }, "id": { "type": "number", "role": "content" }, "autoplay": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "autoplay" }, "loop": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "loop" }, "preload": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "preload" } }, "supports": { "anchor": true, "align": true, "spacing": { "margin": true, "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-audio-editor", "style": "wp-block-audio" }