2021-01-28 05:35:59 -05:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
2021-01-28 05:35:59 -05:00
|
|
|
"name": "core/freeform",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Classic",
|
2021-01-28 05:35:59 -05:00
|
|
|
"category": "text",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Use the classic WordPress editor.",
|
|
|
|
"textdomain": "default",
|
2021-01-28 05:35:59 -05:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
2023-06-27 10:24:19 -04:00
|
|
|
"source": "raw"
|
2021-01-28 05:35:59 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"className": false,
|
|
|
|
"customClassName": false,
|
|
|
|
"reusable": false
|
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-freeform-editor"
|
|
|
|
}
|