[fix] reserved keywords

This commit is contained in:
ljf 2021-09-06 17:58:02 +02:00
parent 3e0377fe05
commit 85ecea9c4b

View file

@ -145,7 +145,7 @@ services = ["nginx"]
type = "string" type = "string"
optional = false optional = false
[main.generic.help] [main.generic.helptext]
ask = "I can haz some help tips" ask = "I can haz some help tips"
type = "string" type = "string"
help = "Im in ur help text helpin' yar userz" help = "Im in ur help text helpin' yar userz"
@ -157,7 +157,7 @@ services = ["nginx"]
choices.nextquestion = "Display next question" choices.nextquestion = "Display next question"
choices.nextsection = "Display next section" choices.nextsection = "Display next section"
[main.generic.visible] [main.generic.visible_question]
ask = "This question is only displayed if previous question is set to 'Display next question'" ask = "This question is only displayed if previous question is set to 'Display next question'"
type = "string" type = "string"
visible = "triggervisible == 'nextquestion'" visible = "triggervisible == 'nextquestion'"