[fix] reserved keywords

This commit is contained in:
ljf 2021-09-06 17:22:46 +02:00
parent 699004bdc7
commit 358119c066

View file

@ -144,21 +144,21 @@ services = ["nginx"]
type = "string" type = "string"
optional = false optional = false
[main.generic.help] [main.generic.help_visible]
ask = "Here we add some help" ask = "Here we add some help"
type = "select" type = "select"
help = "You can not feel this question with your keyboard (yes i know it's very useful)" help = "You can not feel this question with your keyboard (yes i know it's very useful)"
choices.question = "Display next question" choices.question = "Display next question"
choices.section = "Display next section" choices.section = "Display next section"
[main.generic.visible] [main.generic.visible_field]
ask = "Display if help question is filled" ask = "Display if help question is filled"
type = "string" type = "string"
visible = "help == 'question'" visible = "help_visible == 'question'"
[main.ifsection] [main.ifsection]
name = "Section displayed only if helplink is filled" name = "Section displayed only if helplink is filled"
visible = "help == 'section'" visible = "help_visible == 'section'"
[main.ifsection.sub] [main.ifsection.sub]
ask = "Display if helpLink question is filled" ask = "Display if helpLink question is filled"