Skip to content

Commit

Permalink
Add platform_lift keys to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 21, 2024
1 parent 0ef27d0 commit b6e6d21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3589,6 +3589,15 @@
<combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" display_values="Yes,Limited,No"/>
<combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" display_values="Yes,Automatic,Manual,No"/>
<space/>
<combo key="platform_lift" text="Platform lift" values="yes,inclined,vertical,no" display_values="Yes,Inclined,Vertical,No" values_context="wheelchair"/>
<checkgroup text="Platform lift details" columns="1"> <!-- workaround -->
<check key="platform_lift:portable" text="Portable" disable_off="true"/>
<check key="platform_lift:seat" text="Seat" disable_off="true"/>
<check key="platform_lift:supervised" text="Supervised" disable_off="true"/>
</checkgroup>
<text key="platform_lift:maxwidth:physical" text="Max.available width (meters)" value_type="dimension_horizontal"/>
<text key="platform_lift:maxlength:physical" text="Max.available length (meters)" value_type="dimension_horizontal"/>
<space/>
<reference ref="handrail"/>
<space/>
<combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" display_values="Yes,Forward,Backward,Reversible"/>
Expand Down

0 comments on commit b6e6d21

Please sign in to comment.