1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

Update config_panel.toml

This commit is contained in:
Limezy 2024-02-21 23:56:53 +07:00
parent 6fb37b2374
commit 46791750b4

View file

@ -18,9 +18,10 @@ services = [ 'php8.3-fpm']
[main.comptes.connexion_compte]
ask.en = "Enable account connexion"
ask.fr = "Permettre la connexion aux comptes"
type = "select"
choices = ["true", "false"]
default = "true"
type = "boolean"
yes = true
no = false
default = true
[main.export]
name = "Export"