mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
add help key in manifest
This commit is contained in:
parent
a448839b06
commit
d8fefcea6c
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,6 @@ name = "Nextcloud configuration"
|
||||||
default = "stable"
|
default = "stable"
|
||||||
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
|
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
|
||||||
|
|
||||||
|
|
||||||
[main.addressbook]
|
[main.addressbook]
|
||||||
name = "Address book configuration"
|
name = "Address book configuration"
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,8 @@ ram.runtime = "512M"
|
||||||
default = true
|
default = true
|
||||||
|
|
||||||
[install.version_to_follow]
|
[install.version_to_follow]
|
||||||
ask.en = "Which version do you want"
|
ask.en = "Upgrade channel to use"
|
||||||
|
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["stable", "oldstable"]
|
choices = ["stable", "oldstable"]
|
||||||
default = "stable"
|
default = "stable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue