From cd9e49938276e8617e378368d5910346f8a32eae Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:02:58 -0400 Subject: [PATCH] Update tick.json to have actual items typed (#360) * Update tick.json to have actual items typed * Update source/behavior/blocks/format/components/tick.json --------- Co-authored-by: Daan Verstraten --- source/behavior/blocks/format/components/tick.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" }