diff --git a/source/behavior/blocks/format/components/tick.json b/source/behavior/blocks/format/components/tick.json index 17ddc0cb..831a2591 100644 --- a/source/behavior/blocks/format/components/tick.json +++ b/source/behavior/blocks/format/components/tick.json @@ -8,6 +8,18 @@ "looping": { "type": "boolean", "default": true, "description": "Does the event loop.", "title": "Looping" }, "interval_range": { "type": "array", + "items": [ + { + "title": "Min", + "type": "number", + "default": 0 + }, + { + "title": "Max", + "type": "number", + "default": 0 + } + ], "description": "The Range between which the component will trigger his event.", "title": "Interval Range" }