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": {
|
"question": {
|
||||||
"en": "What's the name of this shrine?"
|
"en": "What's the name of this shrine?"
|
||||||
},
|
},
|
||||||
"id": "2_11do22sihmj9g5d",
|
"id": "shrine_name",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "name",
|
"key": "name",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"question": {
|
"question": {
|
||||||
"en": "To which religion is this shrine dedicated?"
|
"en": "To which religion is this shrine dedicated?"
|
||||||
},
|
},
|
||||||
"id": "2_zuyrrb3zwyccofw",
|
"id": "religion",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "religion=christian",
|
"if": "religion=christian",
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What's the Christian denomination of the shrine?"
|
"en": "What's the Christian denomination of the shrine?"
|
||||||
},
|
},
|
||||||
"id": "3_5niemknereb0l7e",
|
"id": "denomination_christian",
|
||||||
"condition": "religion=christian",
|
"condition": "religion=christian",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
|
@ -245,7 +245,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "5_if1r0cmz2idakdv",
|
"id": "denomination_muslim",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "denomination"
|
"key": "denomination"
|
||||||
},
|
},
|
||||||
|
@ -284,7 +284,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "5_if1r0cmz2idakdk",
|
"id": "denomination_jewish",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "denomination"
|
"key": "denomination"
|
||||||
},
|
},
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What's the denomination of this shrine?"
|
"en": "What's the denomination of this shrine?"
|
||||||
},
|
},
|
||||||
"id": "4_mh7sz2ne7r0emvk",
|
"id": "denomination_other",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "The denomination of this shrine is: {denomination}"
|
"en": "The denomination of this shrine is: {denomination}"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue