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:
parent
6fb37b2374
commit
46791750b4
1 changed files with 4 additions and 3 deletions
|
@ -18,9 +18,10 @@ services = [ 'php8.3-fpm']
|
||||||
[main.comptes.connexion_compte]
|
[main.comptes.connexion_compte]
|
||||||
ask.en = "Enable account connexion"
|
ask.en = "Enable account connexion"
|
||||||
ask.fr = "Permettre la connexion aux comptes"
|
ask.fr = "Permettre la connexion aux comptes"
|
||||||
type = "select"
|
type = "boolean"
|
||||||
choices = ["true", "false"]
|
yes = true
|
||||||
default = "true"
|
no = false
|
||||||
|
default = true
|
||||||
|
|
||||||
[main.export]
|
[main.export]
|
||||||
name = "Export"
|
name = "Export"
|
||||||
|
|
Loading…
Add table
Reference in a new issue