WordPress/wp-includes/blocks/calendar/block.json

17 lines
203 B
JSON

{
"apiVersion": 2,
"name": "core/calendar",
"category": "widgets",
"attributes": {
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
},
"supports": {
"align": true
}
}