at path:
ROOT
/
wp-includes
/
blocks
/
freeform
/
block.json
run:
R
W
Run
block.json
519 By
2026-05-21 18:07:37
R
W
Run
Delete
Rename
editor-rtl.css
2.73 KB
2026-05-21 18:07:37
R
W
Run
Delete
Rename
editor-rtl.min.css
909 By
2026-05-21 18:07:37
R
W
Run
Delete
Rename
editor.css
2.73 KB
2026-05-21 18:07:37
R
W
Run
Delete
Rename
editor.min.css
909 By
2026-05-21 18:07:37
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/freeform", "title": "Classic", "category": "text", "description": "Use the classic WordPress editor.", "textdomain": "default", "attributes": { "content": { "type": "string", "source": "raw" } }, "supports": { "className": false, "customClassName": false, "lock": false, "reusable": false, "renaming": false, "visibility": false, "customCSS": false }, "editorStyle": "wp-block-freeform-editor" }