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

Test with only csv

This commit is contained in:
Limezy 2024-02-21 16:43:29 +07:00
parent aecee9186c
commit 7b9a14e844

View file

@ -5,22 +5,22 @@ name = "Moncycle.app configuration"
[main.comptes] [main.comptes]
name = "comptes" name = "comptes"
[main.comptes.creation_compte] # [main.comptes.creation_compte]
ask.en = "Enable account creation" # ask.en = "Enable account creation"
ask.fr = "Permettre la création de nouveaux comptes" # ask.fr = "Permettre la création de nouveaux comptes"
type = "select" # type = "select"
choices = ["true", "false"] # choices = ["true", "false"]
default = "true" # default = "true"
help = "Don't disable account creation before creating one for yourself !" # help = "Don't disable account creation before creating one for yourself !"
bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php" # bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php"
#
[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 = "select"
choices = ["true", "false"] # choices = ["true", "false"]
default = "true" # default = "true"
bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php" # bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php"
[main.export] [main.export]
name = "export" name = "export"