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
cd0400fc51
commit
6df457fb38
1 changed files with 10 additions and 1 deletions
|
@ -367,7 +367,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"induction-loop",
|
|
||||||
{
|
{
|
||||||
"id": "tactile_writing_available",
|
"id": "tactile_writing_available",
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -524,6 +523,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"builtin": "induction-loop",
|
||||||
|
"override": {
|
||||||
|
"condition": {
|
||||||
|
"and+": [
|
||||||
|
"speech_output=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allowMove": {
|
"allowMove": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue