Created & applied new event_object type (#109)
Created new event type. some components only allow for an event to be an object, not a string Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"time_down_event": {
|
||||
"description": "Event to fire when the time on the timer runs out.",
|
||||
"title": "Time Down Event",
|
||||
"$ref": "../types/event.json"
|
||||
"$ref": "../types/event_object.json"
|
||||
},
|
||||
"random_time_choices": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user