mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
16 lines
220 B
JSON
16 lines
220 B
JSON
|
{
|
||
|
"name": "core/freeform",
|
||
|
"category": "text",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"className": false,
|
||
|
"customClassName": false,
|
||
|
"reusable": false
|
||
|
}
|
||
|
}
|