fix: bugfixing trigger schedule node

This commit is contained in:
Ida 2026-05-14 12:12:18 +02:00
parent 5295484fa4
commit 9a498bf833

View file

@ -53,6 +53,13 @@ TRIGGER_NODES = [
"frontendType": "cron",
"description": t("Cron-Ausdruck"),
},
{
"name": "schedule",
"type": "json",
"required": False,
"frontendType": "hidden",
"description": t("Zeitplan (intern, für Editor-Roundtrip)"),
},
],
"inputs": 0,
"outputs": 1,