mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
38b205e5dc
Follow-up to [50035]. See #52135. Built from https://develop.svn.wordpress.org/trunk@50049 git-svn-id: http://core.svn.wordpress.org/trunk@49750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
18 lines
282 B
JSON
18 lines
282 B
JSON
{
|
|
"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"
|
|
}
|