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" + ] } ] },