author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 19 | 3d72ae0968f4 |
permissions | -rw-r--r-- |
16 | 1 |
{ |
18 | 2 |
"apiVersion": 2, |
16 | 3 |
"name": "core/block", |
18 | 4 |
"title": "Reusable block", |
16 | 5 |
"category": "reusable", |
18 | 6 |
"description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.", |
7 |
"textdomain": "default", |
|
16 | 8 |
"attributes": { |
9 |
"ref": { |
|
10 |
"type": "number" |
|
11 |
} |
|
12 |
}, |
|
13 |
"supports": { |
|
14 |
"customClassName": false, |
|
15 |
"html": false, |
|
16 |
"inserter": false |
|
18 | 17 |
}, |
18 |
"editorStyle": "wp-block-editor" |
|
16 | 19 |
} |