[ 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
/
plugins
/
reusable-videos
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 ShortcodeInput.js
1,992 B
SET
[ EDIT ]
|
[ DEL ]
📄 Video.js
567 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Video.js
export default ({ icon, title, id, selectBlock, i }) => { return ( <button type="button" id={`video-${id}`} tabIndex={i} onClick={selectBlock} role="option" className="components-button block-editor-block-types-list__item editor-block-list-item-kadence-spacer" > <span className="block-editor-block-types-list__item-icon"> <span className="block-editor-block-icon has-colors">{icon}</span> </span> <span className="block-editor-block-types-list__item-title">{title}</span> </button> ); };