From e614829e766c094b9c3b4c21f8fc2bd0b854d476 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Aug 2024 13:55:57 +0200 Subject: [PATCH] added missing field --- groupTasks/groups/jnx-mail-shx-textgenerator/index.json | 2 +- groupTasks/groups/shx-all-in-one-order/index.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/groupTasks/groups/jnx-mail-shx-textgenerator/index.json b/groupTasks/groups/jnx-mail-shx-textgenerator/index.json index 74e4eeb..c2bb717 100644 --- a/groupTasks/groups/jnx-mail-shx-textgenerator/index.json +++ b/groupTasks/groups/jnx-mail-shx-textgenerator/index.json @@ -4,7 +4,7 @@ "globalInputs": [], "tasks": [ { - "name": "Gutscheincodes für Bestellung erstellen", + "name": "Datenerfassung", "onFinish": "next", "undoPossible": false, "repeatPossible": true, diff --git a/groupTasks/groups/shx-all-in-one-order/index.json b/groupTasks/groups/shx-all-in-one-order/index.json index 4ef8afe..5b4890f 100644 --- a/groupTasks/groups/shx-all-in-one-order/index.json +++ b/groupTasks/groups/shx-all-in-one-order/index.json @@ -116,6 +116,15 @@ "parameterName": "productUrl", "type": "text", "displayName": "URL vom Produkt (Shopify) (z. B. https://shinnex.de/products/gizmo) (für Direktweiterleitung 5 € Gutschein QR-Code)" + }, + { + "parameterName": "additionalInfo", + "displayName": "Zusätzliche Informationen", + "type": "select", + "options": [ + "Keine", + "Fehldrucke beigelegt" + ] } ] },