Remove useless mapping
This commit is contained in:
parent
05e3869672
commit
1c5e9426aa
3 changed files with 0 additions and 34 deletions
|
@ -153,24 +153,6 @@
|
||||||
"nl": "Aantal parkeerplaatsen"
|
"nl": "Aantal parkeerplaatsen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mappings": [
|
|
||||||
{
|
|
||||||
"if": "capacity=yes",
|
|
||||||
"then": {
|
|
||||||
"en": "There are parking spots, but it is not known how many",
|
|
||||||
"nl": "Er zijn parkeerplaatsen, maar het is niet bekend hoeveel er zijn"
|
|
||||||
},
|
|
||||||
"hideInAnswer": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": "capacity=no",
|
|
||||||
"then": {
|
|
||||||
"en": "There are no parking spots",
|
|
||||||
"nl": "Er zijn geen parkeerplaatsen"
|
|
||||||
},
|
|
||||||
"hideInAnswer": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"question": {
|
"question": {
|
||||||
"en": "How many parking spots are there at this parking?",
|
"en": "How many parking spots are there at this parking?",
|
||||||
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?"
|
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?"
|
||||||
|
|
|
@ -4626,14 +4626,6 @@
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"placeholder": "Amount of parking spots"
|
"placeholder": "Amount of parking spots"
|
||||||
},
|
},
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "There are parking spots, but it is not known how many"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "There are no parking spots"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "How many parking spots are there at this parking?",
|
"question": "How many parking spots are there at this parking?",
|
||||||
"render": "There are {{capacity}} parking spots"
|
"render": "There are {{capacity}} parking spots"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4510,14 +4510,6 @@
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"placeholder": "Aantal parkeerplaatsen"
|
"placeholder": "Aantal parkeerplaatsen"
|
||||||
},
|
},
|
||||||
"mappings": {
|
|
||||||
"0": {
|
|
||||||
"then": "Er zijn parkeerplaatsen, maar het is niet bekend hoeveel er zijn"
|
|
||||||
},
|
|
||||||
"1": {
|
|
||||||
"then": "Er zijn geen parkeerplaatsen"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
|
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
|
||||||
"render": "Er zijn {{capacity}} parkeerplaatsen"
|
"render": "Er zijn {{capacity}} parkeerplaatsen"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue