mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
[fix] Config panel not displayed
This commit is contained in:
parent
cd40f1e76a
commit
bc06dcbd54
2 changed files with 4 additions and 19 deletions
|
@ -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"
|
||||
|
|
|
@ -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": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue