diff --git a/groupTasks/groups/shx-all-in-one-order/index.json b/groupTasks/groups/shx-all-in-one-order/index.json index e60070b..4ef8afe 100644 --- a/groupTasks/groups/shx-all-in-one-order/index.json +++ b/groupTasks/groups/shx-all-in-one-order/index.json @@ -135,6 +135,13 @@ "parameterName": "customer_first_name", "type": "text", "displayName": "Vorname des Kunden" + }, + { + "parameterName": "package_size", + "type": "select", + "displayName": "Paketgröße auswählen", + "global": false, + "options": ["#1 Standard Paket", "#2 Großes Paket"] } ] }