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

16 lines
185 B
JSON

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