[fix] Config panel not displayed

This commit is contained in:
ljf 2021-08-14 14:42:44 +02:00
parent cd40f1e76a
commit bc06dcbd54
2 changed files with 4 additions and 19 deletions

View file

@ -137,8 +137,8 @@ name = "Main section"
[main.generic.helpLink] [main.generic.helpLink]
ask = "Here we add an help link" ask = "Here we add an help link"
type = "string" type = "string"
help.href = "https://yunohost.org/doc" helpLink.href = "https://yunohost.org/doc"
help.text = "Yunohost Doc" helpLink.text = "Yunohost Doc"
[main.generic.visibleIf] [main.generic.visibleIf]
ask = "Display if helpLink question is filled" ask = "Display if helpLink question is filled"
@ -174,7 +174,7 @@ name = "Source section"
[source.ini] [source.ini]
name = "INI" name = "INI"
[conf.ini.arg4] [source.ini.arg4]
ask = "Save arg4 in INI" ask = "Save arg4 in INI"
type = "string" type = "string"
source = "__FINALPATH__/test.ini" source = "__FINALPATH__/test.ini"

View file

@ -11,26 +11,11 @@
"url": "http://reflexlibre.net" "url": "http://reflexlibre.net"
}, },
"requirements": { "requirements": {
"yunohost": ">> 4.2.7" "yunohost": ">= 4.2"
}, },
"multi_instance": false, "multi_instance": false,
"arguments": { "arguments": {
"install" : [ "install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path"
},
"example": "/",
"default": "/"
}
] ]
} }
} }