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]
|
[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"
|
||||||
|
|
|
@ -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": "/"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue