mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
16 lines
215 B
JSON
16 lines
215 B
JSON
|
{
|
||
|
"name": "core/html",
|
||
|
"category": "widgets",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"customClassName": false,
|
||
|
"className": false,
|
||
|
"html": false
|
||
|
}
|
||
|
}
|