feature(usersettings): Add option to show all questions at once
This commit is contained in:
parent
7bd3fcd490
commit
60f3499eb0
10 changed files with 72 additions and 26 deletions
|
@ -67,6 +67,26 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "all-questions-at-once",
|
||||
"question": {
|
||||
"en": "Should questions for unknown data fields appear one-by-one or together?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-show-all-questions=true",
|
||||
"then": {
|
||||
"en": "Show all questions in the infobox together"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-show-all-questions=false",
|
||||
"then": {
|
||||
"en": "Show questions one-by-one"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "translations-title",
|
||||
"group": "translations",
|
||||
|
@ -297,4 +317,4 @@
|
|||
}
|
||||
],
|
||||
"mapRendering": null
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue