forked from MapComplete/MapComplete
Themes: actually ask for addresses
This commit is contained in:
parent
5dd607a1c3
commit
4699d8178e
1 changed files with 14 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
"special": {
|
"special": {
|
||||||
"type": "group",
|
"type": "group",
|
||||||
"header": "header",
|
"header": "header",
|
||||||
"labels": "street;housenumber;unit"
|
"labels": "street;housenumber;unit;address-questions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -442,6 +442,19 @@
|
||||||
"then": "No fixme - write something here to explain complicated cases"
|
"then": "No fixme - write something here to explain complicated cases"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "address-questions",
|
||||||
|
"labels": [
|
||||||
|
"address",
|
||||||
|
"hidden"
|
||||||
|
],
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "questions",
|
||||||
|
"labels": "address"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allowMove": {
|
"allowMove": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue