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/archives", |
18 | 4 |
"title": "Archives", |
16 | 5 |
"category": "widgets", |
18 | 6 |
"description": "Display a monthly archive of your posts.", |
7 |
"textdomain": "default", |
|
16 | 8 |
"attributes": { |
9 |
"displayAsDropdown": { |
|
10 |
"type": "boolean", |
|
11 |
"default": false |
|
12 |
}, |
|
13 |
"showPostCounts": { |
|
14 |
"type": "boolean", |
|
15 |
"default": false |
|
16 |
} |
|
17 |
}, |
|
18 |
"supports": { |
|
19 |
"align": true, |
|
20 |
"html": false |
|
18 | 21 |
}, |
22 |
"editorStyle": "wp-block-archives-editor" |
|
16 | 23 |
} |