WordPress/wp-includes/blocks/html/block.json

23 lines
472 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"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"
}