added missing field
parent
1b1d8575bf
commit
e614829e76
|
@ -4,7 +4,7 @@
|
||||||
"globalInputs": [],
|
"globalInputs": [],
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"name": "Gutscheincodes für Bestellung erstellen",
|
"name": "Datenerfassung",
|
||||||
"onFinish": "next",
|
"onFinish": "next",
|
||||||
"undoPossible": false,
|
"undoPossible": false,
|
||||||
"repeatPossible": true,
|
"repeatPossible": true,
|
||||||
|
|
|
@ -116,6 +116,15 @@
|
||||||
"parameterName": "productUrl",
|
"parameterName": "productUrl",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"displayName": "URL vom Produkt (Shopify) (z. B. https://shinnex.de/products/gizmo) (für Direktweiterleitung 5 € Gutschein QR-Code)"
|
"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