author | ymh <ymh.work@gmail.com> |
Tue, 27 Sep 2022 16:37:53 +0200 | |
changeset 19 | 3d72ae0968f4 |
parent 18 | be944660c56a |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
18 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18 | 3 |
"apiVersion": 2, |
4 |
"name": "core/freeform", |
|
5 |
"title": "Classic", |
|
6 |
"category": "text", |
|
7 |
"description": "Use the classic WordPress editor.", |
|
8 |
"textdomain": "default", |
|
9 |
"attributes": { |
|
10 |
"content": { |
|
11 |
"type": "string", |
|
12 |
"source": "html" |
|
13 |
} |
|
14 |
}, |
|
15 |
"supports": { |
|
16 |
"className": false, |
|
17 |
"customClassName": false, |
|
18 |
"reusable": false |
|
19 |
}, |
|
20 |
"editorStyle": "wp-block-freeform-editor" |
|
21 |
} |