From 85ecea9c4b05ba64ee8e40c304d2ae7cc6e940d7 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 6 Sep 2021 17:58:02 +0200 Subject: [PATCH] [fix] reserved keywords --- config_app_ynh/config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_app_ynh/config_panel.toml b/config_app_ynh/config_panel.toml index 09b666a..80356fc 100644 --- a/config_app_ynh/config_panel.toml +++ b/config_app_ynh/config_panel.toml @@ -145,7 +145,7 @@ services = ["nginx"] type = "string" optional = false - [main.generic.help] + [main.generic.helptext] ask = "I can haz some help tips" type = "string" help = "Im in ur help text helpin' yar userz" @@ -157,7 +157,7 @@ services = ["nginx"] choices.nextquestion = "Display next question" 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'" type = "string" visible = "triggervisible == 'nextquestion'"