Allow text for zip codes (e.g. UK).

This commit is contained in:
Markus Birth 2017-12-03 21:46:37 +01:00
parent 7be34ed7a0
commit fb8c3c20b7
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A
3 changed files with 4 additions and 4 deletions

View File

@ -158,7 +158,7 @@
},
"reservationFor_location_address_postalCode": {
"title": "Zip Code",
"type": "number",
"type": "text",
"required": true,
"group": 1,
"short": true

View File

@ -61,7 +61,7 @@
},
"dropoffLocation_address_postalCode": {
"title": "Zip Code",
"type": "number",
"type": "text",
"required": true,
"group": "do",
"short": true
@ -124,7 +124,7 @@
},
"pickupLocation_address_postalCode": {
"title": "Zip Code",
"type": "number",
"type": "text",
"required": true,
"group": "pu",
"short": true

View File

@ -86,7 +86,7 @@
},
"reservationFor_address_postalCode": {
"title": "Zip Code",
"type": "number",
"type": "text",
"required": true,
"group": 0,
"short": true