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