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/calendar", |
18 | 4 |
"title": "Calendar", |
16 | 5 |
"category": "widgets", |
18 | 6 |
"description": "A calendar of your site’s posts.", |
7 |
"keywords": [ "posts", "archive" ], |
|
8 |
"textdomain": "default", |
|
16 | 9 |
"attributes": { |
10 |
"month": { |
|
11 |
"type": "integer" |
|
12 |
}, |
|
13 |
"year": { |
|
14 |
"type": "integer" |
|
15 |
} |
|
16 |
}, |
|
17 |
"supports": { |
|
18 |
"align": true |
|
18 | 19 |
}, |
20 |
"style": "wp-block-calendar" |
|
16 | 21 |
} |