at path:
ROOT
/
wp-includes
/
blocks
/
html
/
block.json
run:
R
W
Run
block.json
591 By
2026-09-09 19:24:57
R
W
Run
Delete
Rename
editor-rtl.css
3.29 KB
2026-09-09 19:24:57
R
W
Run
Delete
Rename
editor-rtl.min.css
1.16 KB
2026-09-09 19:24:57
R
W
Run
Delete
Rename
editor.css
3.31 KB
2026-09-09 19:24:57
R
W
Run
Delete
Rename
editor.min.css
1.16 KB
2026-09-09 19:24:57
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$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", "role": "local" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true }, "listView": true, "customCSS": false, "visibility": false }, "editorStyle": "wp-block-html-editor" }