forked from MapComplete/MapComplete
Themes: actually ask for addresses
This commit is contained in:
parent
5bcab02714
commit
d3dc1ac4c0
1 changed files with 14 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
"special": {
|
||||
"type": "group",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "address-questions",
|
||||
"labels": [
|
||||
"address",
|
||||
"hidden"
|
||||
],
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "questions",
|
||||
"labels": "address"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allowMove": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue