Swshop: Configurable lamp side

This commit is contained in:
Anavrins
2020-03-24 00:09:51 -04:00
parent 2dc74d80ea
commit 996b8c1cd3
2 changed files with 19 additions and 5 deletions

View File

@@ -33,8 +33,22 @@ local wizardPage = UI.WizardPage {
limit = 64,
},
[4] = UI.Chooser {
formLabel = 'RS Signal', formKey = 'rsSide', formIndex = 5,
width = 10,
nochoice = 'Top',
choices = {
{name = 'Bottom', value = 'bottom'},
{name = 'Top', value = 'top'},
{name = 'Back', value = 'back'},
{name = 'Front', value = 'front'},
{name = 'Right', value = 'right'},
{name = 'Left', value = 'left'},
},
required = true,
},
[5] = UI.Chooser {
width = 9,
formIndex = 5,
formIndex = 6,
formLabel = 'Font Size', formKey = 'textScale',
nochoice = 'Small',
choices = {