fix: bugfixing trigger schedule node
This commit is contained in:
parent
f115bd9aa2
commit
b831975077
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue