feat(greeting): Ability to create, edit and remove custom events

This commit is contained in:
alexsparkes
2024-03-22 15:18:50 +00:00
parent 7876bd69fd
commit 40e04af5d4
3 changed files with 41 additions and 6 deletions

View File

@@ -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}]"
}
]