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