File "block.json"
Full path: /home/lightang/lifting/wp-includes/blocks/calendar/block.json
File size: 373 bytes
MIME-type: application/json
Charset: utf-8
{
"apiVersion": 2,
"name": "core/calendar",
"title": "Calendar",
"category": "widgets",
"description": "A calendar of your site’s posts.",
"keywords": [ "posts", "archive" ],
"textdomain": "default",
"attributes": {
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"supports": {
"align": true
},
"style": "wp-block-calendar"
}