at path:
ROOT
/
wp-includes
/
blocks
/
html
/
block.json
run:
R
W
Run
block.json
472 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.css
846 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.min.css
758 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor.css
845 By
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor.min.css
757 By
2024-02-06 14:00:13
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" } }, "supports": { "customClassName": false, "className": false, "html": false }, "editorStyle": "wp-block-html-editor" }