[ 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
/
popup
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 components
SET
[ DEL ]
📁 context
SET
[ DEL ]
📁 hooks
SET
[ DEL ]
📄 block.json
599 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.js
5,828 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
1,691 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.js
361 B
SET
[ EDIT ]
|
[ DEL ]
📄 save.js
258 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "name": "presto-player/popup", "apiVersion": 2, "title": "Presto Popup", "category": "presto", "keywords": ["popup", "lightbox", "modal"], "description": "Easily open your Presto Player videos in a Popup.", "textdomain": "presto-player", "supports": { "interactivity": true }, "viewScriptModule": "presto-player-popup", "editorStyle": "file:./editor.css", "attributes": { "popupId": { "type": "string", "default": "" } }, "providesContext": { "presto-player/popup-id": "popupId" } }