added missing field

main
alex 2024-08-12 13:55:57 +02:00
parent 1b1d8575bf
commit e614829e76
2 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"globalInputs": [],
"tasks": [
{
"name": "Gutscheincodes für Bestellung erstellen",
"name": "Datenerfassung",
"onFinish": "next",
"undoPossible": false,
"repeatPossible": true,

View File

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