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