mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
reformat manifest
This commit is contained in:
parent
4948a4d1c4
commit
c100aa526c
1 changed files with 8 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
|
@ -57,10 +57,13 @@
|
||||||
"en": "Choose a theme",
|
"en": "Choose a theme",
|
||||||
"fr": "Choisissez un theme"
|
"fr": "Choisissez un theme"
|
||||||
},
|
},
|
||||||
"choices": ["default","milligram"],
|
"choices": [
|
||||||
|
"default",
|
||||||
|
"milligram"
|
||||||
|
],
|
||||||
"default": "milligram"
|
"default": "milligram"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"ask": {
|
"ask": {
|
||||||
|
@ -70,4 +73,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue