mirror of
https://github.com/mue/mue.git
synced 2026-07-10 14:04:32 +02:00
feat(greeting): Ability to create, edit and remove custom events
This commit is contained in:
@@ -273,6 +273,6 @@
|
||||
},
|
||||
{
|
||||
"name": "customEvents",
|
||||
"value": "[]"
|
||||
"value": "[{\"id\":\"widgets.greeting.christmas\",\"name\":\"Merry Christmas\",\"month\":12,\"date\":25},{\"id\":\"widgets.greeting.newyear\",\"name\":\"Happy New Year\",\"month\":1,\"date\":1},{\"id\":\"widgets.greeting.halloween\",\"name\":\"Happy Halloween\",\"month\":10,\"date\":31},{\"id\":\"widgets.greeting.halloween\",\"name\":\"\",\"month\":10,\"date\":31}]"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user