mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
[ENH] Ask about release cycle
This commit is contained in:
parent
f5b6bef19e
commit
b2238a3714
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@ ram.runtime = "50M"
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/tiki"
|
default = "/tiki"
|
||||||
|
|
||||||
|
[install.release_cycle]
|
||||||
|
ask.en = "Upgrade cycle"
|
||||||
|
ask.fr = "Cycle de mises à jours"
|
||||||
|
help.en = "Every 3 version is an LTS. LTS versions are supported for 4 years"
|
||||||
|
help.fr = "Toutes les 3 versions sont des LTS qui sont maintenues pendant 4 ans"
|
||||||
|
type = "string"
|
||||||
|
choices.longterm = "Install latest Long Term Support version"
|
||||||
|
choices.regular = "Install latest version"
|
||||||
|
default = "longterm"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
Loading…
Add table
Reference in a new issue