forked from MapComplete/MapComplete
add human-read. ids
This commit is contained in:
parent
0b99e805a8
commit
fdd2ee45c5
1 changed files with 6 additions and 6 deletions
|
@ -58,7 +58,7 @@
|
|||
"question": {
|
||||
"en": "What's the name of this shrine?"
|
||||
},
|
||||
"id": "2_11do22sihmj9g5d",
|
||||
"id": "shrine_name",
|
||||
"freeform": {
|
||||
"key": "name",
|
||||
"type": "string"
|
||||
|
@ -71,7 +71,7 @@
|
|||
"question": {
|
||||
"en": "To which religion is this shrine dedicated?"
|
||||
},
|
||||
"id": "2_zuyrrb3zwyccofw",
|
||||
"id": "religion",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "religion=christian",
|
||||
|
@ -153,7 +153,7 @@
|
|||
"question": {
|
||||
"en": "What's the Christian denomination of the shrine?"
|
||||
},
|
||||
"id": "3_5niemknereb0l7e",
|
||||
"id": "denomination_christian",
|
||||
"condition": "religion=christian",
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"id": "5_if1r0cmz2idakdv",
|
||||
"id": "denomination_muslim",
|
||||
"freeform": {
|
||||
"key": "denomination"
|
||||
},
|
||||
|
@ -284,7 +284,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"id": "5_if1r0cmz2idakdk",
|
||||
"id": "denomination_jewish",
|
||||
"freeform": {
|
||||
"key": "denomination"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"question": {
|
||||
"en": "What's the denomination of this shrine?"
|
||||
},
|
||||
"id": "4_mh7sz2ne7r0emvk",
|
||||
"id": "denomination_other",
|
||||
"render": {
|
||||
"en": "The denomination of this shrine is: {denomination}"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue