forked from MapComplete/MapComplete
Allow different renderings in question mode, but emit a warning for this intead
This commit is contained in:
parent
07ee80a675
commit
3a3e2750f2
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue