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

16 lines
215 B
JSON

{
"name": "core/html",
"category": "widgets",
"attributes": {
"content": {
"type": "string",
"source": "html"
}
},
"supports": {
"customClassName": false,
"className": false,
"html": false
}
}