2020-06-26 15:33:47 +02:00
|
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
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": {
|
2022-09-20 17:43:29 +02:00
|
|
|
|
"align": true,
|
|
|
|
|
"typography": {
|
|
|
|
|
"fontSize": true,
|
|
|
|
|
"lineHeight": true,
|
|
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
|
"fontSize": true
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-01-28 03:04:13 +01:00
|
|
|
|
},
|
|
|
|
|
"style": "wp-block-calendar"
|
2020-06-26 15:33:47 +02:00
|
|
|
|
}
|