From 358119c0666e66ae6400bced91ede912a6d9e295 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 6 Sep 2021 17:22:46 +0200 Subject: [PATCH] [fix] reserved keywords --- config_app_ynh/config_panel.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_app_ynh/config_panel.toml b/config_app_ynh/config_panel.toml index 416ba03..8466641 100644 --- a/config_app_ynh/config_panel.toml +++ b/config_app_ynh/config_panel.toml @@ -144,21 +144,21 @@ services = ["nginx"] type = "string" optional = false - [main.generic.help] + [main.generic.help_visible] ask = "Here we add some help" type = "select" help = "You can not feel this question with your keyboard (yes i know it's very useful)" choices.question = "Display next question" choices.section = "Display next section" - [main.generic.visible] + [main.generic.visible_field] ask = "Display if help question is filled" type = "string" - visible = "help == 'question'" + visible = "help_visible == 'question'" [main.ifsection] name = "Section displayed only if helplink is filled" - visible = "help == 'section'" + visible = "help_visible == 'section'" [main.ifsection.sub] ask = "Display if helpLink question is filled"