From 950a96cd958f95e363c2b99e46f46e7254fdb144 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 17:08:03 +0700 Subject: [PATCH] Test --- config_panel.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 3700b75..b85be5a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -28,6 +28,7 @@ name = "Moncycle.app configuration" [main.export.csv_sep] ask.en = "Separator for data export in csv format" ask.fr = "Séparateur pour l'export des données au format csv" + bind = "CSV_SEP:__INSTALL_DIR__/config.php" type = "string" - default = ";" - bind = "CSV_SEP:__INSTALL_DIR__/config.php" \ No newline at end of file + #default = ";" + \ No newline at end of file