Allow different renderings in question mode, but emit a warning for this intead

This commit is contained in:
Pieter Vander Vennet 2022-06-28 01:04:45 +02:00
parent 07ee80a675
commit 3a3e2750f2
3 changed files with 12 additions and 5 deletions

View file

@ -263,7 +263,9 @@
"freeform": {
"key": "addr:unit",
"placeholder": "Sub-unit (e.g. 1, Flat 2, Unit C)",
"addExtraTags": ["not:addr:unit="]
"addExtraTags": [
"not:addr:unit="
]
},
"mappings": [
{
@ -544,7 +546,9 @@
"freeform": {
"key": "addr:parentstreet",
"placeholder": "Other (please specify)",
"addExtraTags": ["not:addr:parentstreet="]
"addExtraTags": [
"not:addr:parentstreet="
]
},
"mappings": [
{
@ -693,4 +697,4 @@
],
"enableShareScreen": false,
"enableMoreQuests": false
}
}