2020-06-26 15:33:47 +02:00
|
|
|
|
{
|
2020-10-20 15:36:16 +02:00
|
|
|
|
"apiVersion": 2,
|
2020-06-26 15:33:47 +02:00
|
|
|
|
"name": "core/calendar",
|
2021-05-19 17:09:27 +02:00
|
|
|
|
"title": "Calendar",
|
2020-06-26 15:33:47 +02:00
|
|
|
|
"category": "widgets",
|
2021-05-19 17:09:27 +02:00
|
|
|
|
"description": "A calendar of your site’s posts.",
|
|
|
|
|
"keywords": [ "posts", "archive" ],
|
|
|
|
|
"textdomain": "default",
|
2020-06-26 15:33:47 +02:00
|
|
|
|
"attributes": {
|
|
|
|
|
"month": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"year": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"align": true
|
2021-01-28 03:04:13 +01:00
|
|
|
|
},
|
|
|
|
|
"style": "wp-block-calendar"
|
2020-06-26 15:33:47 +02:00
|
|
|
|
}
|