forked from MapComplete/MapComplete
Fix: change condition to and
This commit is contained in:
parent
cb9c48a0d4
commit
4bc987a483
1 changed files with 6 additions and 2 deletions
|
@ -280,7 +280,11 @@
|
||||||
"render": {
|
"render": {
|
||||||
"en": "This shrine is {religion}"
|
"en": "This shrine is {religion}"
|
||||||
},
|
},
|
||||||
"condition": "historic!=wayside_cross"
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"historic!=wayside_cross"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue