added missing field
parent
1b1d8575bf
commit
e614829e76
|
@ -4,7 +4,7 @@
|
|||
"globalInputs": [],
|
||||
"tasks": [
|
||||
{
|
||||
"name": "Gutscheincodes für Bestellung erstellen",
|
||||
"name": "Datenerfassung",
|
||||
"onFinish": "next",
|
||||
"undoPossible": false,
|
||||
"repeatPossible": true,
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue