mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Fix numbers in manifest.toml install args
This commit is contained in:
parent
7880ce3c8f
commit
fbd530bc84
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
help.en = "Set 0 to disable expiration"
|
||||
help.fr = "Mettre 0 pour désactiver l'expiration"
|
||||
type = "number"
|
||||
default = "0"
|
||||
default = 0
|
||||
|
||||
[install.deletion]
|
||||
ask.en = "After how many weeks is the forms deleted?"
|
||||
|
@ -68,7 +68,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
help.en = "Set 0 to disable deletion"
|
||||
help.fr = "Mettre 0 pour désactiver la suppression"
|
||||
type = "number"
|
||||
default = "0"
|
||||
default = 0
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
|
|
Loading…
Reference in a new issue