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