forked from MapComplete/MapComplete
Themes(elevator): Move speech output question higher, add condition on induction loop question, see #2411
This commit is contained in:
parent
e7d3cb1886
commit
41e501c18e
1 changed files with 10 additions and 1 deletions
|
@ -367,7 +367,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"induction-loop",
|
||||
{
|
||||
"id": "tactile_writing_available",
|
||||
"question": {
|
||||
|
@ -524,6 +523,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "induction-loop",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and+": [
|
||||
"speech_output=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allowMove": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue