first commit
This commit is contained in:
17
wp-includes/blocks/freeform/block.json
Normal file
17
wp-includes/blocks/freeform/block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/freeform",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"className": false,
|
||||
"customClassName": false,
|
||||
"reusable": false
|
||||
},
|
||||
"editorStyle": "wp-block-freeform-editor"
|
||||
}
|
||||
Reference in New Issue
Block a user