1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/config_panel.toml
2024-02-21 12:29:25 +07:00

25 lines
No EOL
912 B
TOML

version = "1.0"
[main]
name = "Moncycle.app configuration"
[main.comptes]
name = "comptes"
[main.comptes.creation_compte]
ask.en = "Enable account creation"
ask.fr = "Permettre la création de nouveaux comptes"
type = "boolean"
default = "true"
bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php"
[main.comptes.connexion_compte]
ask.en = "Enable account connexion"
ask.fr = "Permettre la connexion aux comptes"
type = "boolean"
default = "true"
bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php"
[main.export]
name = "export"
[main.export.separateur_csv]
ask.en = "Separator for data export in csv format"
ask.fr = "Séparateur pour l'export des données au format csv"
type = "string"
default = ";"
bind = "SEPARATEUR_CSV:__INSTALL_DIR__/config.php"