NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
cbd-com
/
wp-includes
/
blocks
/
html
/
Name
Size
Perms
Actions
📄 block.json
548 B
0644
Edit
|
Chmod
|
Delete
📄 editor-rtl.css
928 B
0644
Edit
|
Chmod
|
Delete
📄 editor-rtl.min.css
831 B
0644
Edit
|
Chmod
|
Delete
📄 editor.css
927 B
0644
Edit
|
Chmod
|
Delete
Editing: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/html", "title": "Custom HTML", "category": "widgets", "description": "Add custom HTML code and preview it as you edit.", "keywords": [ "embed" ], "textdomain": "default", "attributes": { "content": { "type": "string", "source": "raw", "role": "content" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-html-editor" }
Cancel