[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-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-content
/
plugins
/
presto-player
/
src
/
admin
/
blocks
/
blocks
/
audio
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 AudioBlockInspectorControl.js
5,919 B
SET
[ EDIT ]
|
[ DEL ]
📄 AudioTranscription.js
10,573 B
SET
[ EDIT ]
|
[ DEL ]
📄 HostedAudioPlaceholder.js
3,910 B
SET
[ EDIT ]
|
[ DEL ]
📄 block.json
1,231 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.js
4,454 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.js
2,258 B
SET
[ EDIT ]
|
[ DEL ]
📄 with-player-data.js
408 B
SET
[ EDIT ]
|
[ DEL ]
📄 with-player-edit.js
3,859 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "name": "presto-player/audio", "title": "Audio", "category": "presto", "description": "An audio player wrapper.", "keywords": ["audio"], "textdomain": "presto-player", "attributes": { "src": { "type": "string" }, "autoplay": { "type": "boolean", "default": false }, "poster": { "type": "string" }, "chapters": { "type": "array", "default": [] }, "preload": { "type": "string" }, "title": { "type": "string" }, "tracks": { "type": "array", "items": { "type": "object" }, "default": [] }, "preset": { "type": "number" }, "id": { "type": "number" }, "attachment_id": { "type": "number" }, "visibility": { "type": "string", "default": "public" } }, "variations": [ { "name": "public", "isDefault": true, "title": "Presto Audio", "description": "Presto Self-hosted Audio block.", "attributes": { "visibility": "public" } } ], "supports": { "align": true, "inserter": false }, "script": "presto-components" }