2020-07-01 08:29:03 -04:00
|
|
|
{
|
2020-10-20 09:36:16 -04:00
|
|
|
"apiVersion": 2,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/html",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Custom HTML",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "widgets",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Add custom HTML code and preview it as you edit.",
|
|
|
|
"keywords": [ "embed" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 08:29:03 -04:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"customClassName": false,
|
|
|
|
"className": false,
|
|
|
|
"html": false
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-html-editor"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|