26 lines
526 B
JSON
26 lines
526 B
JSON
|
{
|
||
|
"$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,
|
||
|
"interactivity": {
|
||
|
"clientNavigation": true
|
||
|
}
|
||
|
},
|
||
|
"editorStyle": "wp-block-html-editor"
|
||
|
}
|