16 lines
185 B
JSON
16 lines
185 B
JSON
|
{
|
||
|
"name": "core/calendar",
|
||
|
"category": "widgets",
|
||
|
"attributes": {
|
||
|
"month": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"year": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": true
|
||
|
}
|
||
|
}
|