Add level to stairs
This commit is contained in:
parent
0ab2f658d5
commit
ac7a814159
1 changed files with 13 additions and 1 deletions
|
@ -28,6 +28,19 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"builtin": "multilevels",
|
||||
"override": {
|
||||
"question": {
|
||||
"en": "Between which levels are these stairs?",
|
||||
"nl": "Tussen welke verdiepingen loopt deze trap?"
|
||||
},
|
||||
"render": {
|
||||
"en": "These stairs are between the levels {level}",
|
||||
"nl": "Deze trap loopt tussen de verdiepingen {level}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "handrail",
|
||||
"question": {
|
||||
|
@ -51,7 +64,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"id": "tactile_writing",
|
||||
"condition": "handrail=yes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue