at path:
ROOT
/
wp-includes
/
blocks
/
html
/
block.json
run:
R
W
Run
block.json
548 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.css
928 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor-rtl.min.css
831 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.css
927 By
2025-12-03 06:22:56
R
W
Run
Delete
Rename
editor.min.css
830 By
2025-12-03 06:22:56
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", "source": "raw", "role": "content" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-html-editor" }