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
|
@ -15,7 +15,7 @@ name = "Nextcloud configuration"
|
|||
ask.en = "Set permissions for all data (Can take up to several hours if users have a lot of data)"
|
||||
type = "button"
|
||||
style = "success"
|
||||
|
||||
|
||||
[main.version]
|
||||
[main.version.version_to_follow]
|
||||
ask.en = "Upgrade channel to use"
|
||||
|
@ -24,7 +24,6 @@ name = "Nextcloud configuration"
|
|||
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."
|
||||
|
||||
|
||||
[main.addressbook]
|
||||
name = "Address book configuration"
|
||||
|
||||
|
@ -33,7 +32,7 @@ name = "Nextcloud configuration"
|
|||
type = "boolean"
|
||||
yes = "yes"
|
||||
no = "no"
|
||||
|
||||
|
||||
[main.php_fpm_config]
|
||||
name = "PHP-FPM configuration"
|
||||
|
||||
|
|
|
@ -61,7 +61,8 @@ ram.runtime = "512M"
|
|||
default = true
|
||||
|
||||
[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"
|
||||
choices = ["stable", "oldstable"]
|
||||
default = "stable"
|
||||
|
|
Loading…
Add table
Reference in a new issue