1
0
Fork 0
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:
Jyhem 2023-03-21 21:47:16 +01:00
parent f5b6bef19e
commit b2238a3714

View file

@ -33,6 +33,16 @@ ram.runtime = "50M"
type = "path"
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]
type = "group"
default = "visitors"