18 lines
234 B
JSON
18 lines
234 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/calendar",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"month": {
|
|
"type": "integer"
|
|
},
|
|
"year": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": true
|
|
},
|
|
"style": "wp-block-calendar"
|
|
}
|