mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
Change to boolean
This commit is contained in:
parent
99b9eda168
commit
d55eb58d2a
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install.registration]
|
[install.registration]
|
||||||
ask.en = "Do you want to autorize registrations to this app?"
|
ask.en = "Do you want to autorize registrations to this app?"
|
||||||
type = "select"
|
type = "boolean"
|
||||||
choices = ["true", "false"]
|
|
||||||
default = false
|
default = false
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue