diff --git a/config_app_ynh/config_panel.toml b/config_app_ynh/config_panel.toml index e56e2ba..c67cd57 100644 --- a/config_app_ynh/config_panel.toml +++ b/config_app_ynh/config_panel.toml @@ -137,8 +137,8 @@ name = "Main section" [main.generic.helpLink] ask = "Here we add an help link" type = "string" - help.href = "https://yunohost.org/doc" - help.text = "Yunohost Doc" + helpLink.href = "https://yunohost.org/doc" + helpLink.text = "Yunohost Doc" [main.generic.visibleIf] ask = "Display if helpLink question is filled" @@ -174,7 +174,7 @@ name = "Source section" [source.ini] name = "INI" - [conf.ini.arg4] + [source.ini.arg4] ask = "Save arg4 in INI" type = "string" source = "__FINALPATH__/test.ini" diff --git a/config_app_ynh/manifest.json b/config_app_ynh/manifest.json index 123f92f..0d9525d 100644 --- a/config_app_ynh/manifest.json +++ b/config_app_ynh/manifest.json @@ -11,26 +11,11 @@ "url": "http://reflexlibre.net" }, "requirements": { - "yunohost": ">> 4.2.7" + "yunohost": ">= 4.2" }, "multi_instance": false, "arguments": { "install" : [ - { - "name": "domain", - "ask": { - "en": "Choose a domain" - }, - "example": "domain.org" - }, - { - "name": "path", - "ask": { - "en": "Choose a path" - }, - "example": "/", - "default": "/" - } ] } }