[ 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
/
playlist
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 attributes.js
452 B
SET
[ EDIT ]
|
[ DEL ]
📄 block.json
1,579 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.js
8,247 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.js
621 B
SET
[ EDIT ]
|
[ DEL ]
📄 save.js
257 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "name": "presto-player/playlist", "apiVersion": 2, "title": "Presto Playlist", "category": "presto", "description": "Create a playlist of videos or audio.", "keywords": ["playlist", "video"], "textdomain": "presto-player", "supports": { "align": true, "multiple": false, "color": { "gradients": false, "link": false, "__experimentalDefaultControls": { "background": true, "text": true } }, "__experimentalBorder": { "color": true, "radius": true, "style": true, "width": true, "__experimentalSkipSerialization": true, "__experimentalDefaultControls": { "color": true, "radius": true, "style": true, "width": true } } }, "attributes": { "heading": { "type": "string", "default": "Playlist" }, "selectedItem": { "type": "number", "default": null }, "listTextSingular": { "type": "string", "default": "Video" }, "listTextPlural": { "type": "string", "default": "Videos" }, "color": { "type": "string" }, "textColor": { "type": "string" }, "highlightColor": { "type": "string" }, "transitionDuration": { "type": "number", "default": 5 }, "matchPlaylistToPlayerColor": { "type": "boolean" } }, "providesContext": { "presto-player/playlist-media-id": "selectedItem" }, "script": "presto-components" }