Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
07a8746a70
1 changed files with 6 additions and 1 deletions
|
@ -85,12 +85,17 @@
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"and": [
|
"and": [
|
||||||
"fee=no"
|
"fee=no","charge="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"en": "Can be used for free"
|
"en": "Can be used for free"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "fee=no",
|
||||||
|
"then": "Can be used for free",
|
||||||
|
"hideInAnswer":true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue