You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
436 B
22 lines
436 B
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/freeform",
|
|
"title": "Classic",
|
|
"category": "text",
|
|
"description": "Use the classic WordPress editor.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"source": "raw"
|
|
}
|
|
},
|
|
"supports": {
|
|
"className": false,
|
|
"customClassName": false,
|
|
"reusable": false
|
|
},
|
|
"editorStyle": "wp-block-freeform-editor"
|
|
}
|