mirror of
https://github.com/mue/mue.git
synced 2026-06-12 11:38:53 +02:00
18 lines
242 B
JSON
18 lines
242 B
JSON
[
|
|
{
|
|
"id": "widgets.greeting.christmas",
|
|
"month": 12,
|
|
"date": 25
|
|
},
|
|
{
|
|
"id": "widgets.greeting.newyear",
|
|
"month": 1,
|
|
"date": 1
|
|
},
|
|
{
|
|
"id": "widgets.greeting.halloween",
|
|
"month": 10,
|
|
"date": 31
|
|
}
|
|
]
|