From 823999fa0d9057b7e1810b1e73b2f1149a7cf45b Mon Sep 17 00:00:00 2001 From: Merel Jossart Date: Wed, 12 Feb 2025 15:54:52 +0100 Subject: [PATCH] [CONFIG] #431 add option value --- config/general.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/general.php b/config/general.php index 501c4346..835d7559 100644 --- a/config/general.php +++ b/config/general.php @@ -13,6 +13,7 @@ 'enableGql' => false, 'defaultWeekStartDay' => 1, 'defaultTokenDuration' => 'P10D', + 'defaultCpLocale' => 'nl-BE', 'useEmailAsUsername' => true, 'enableCsrfProtection' => true, 'omitScriptNameInUrls' => true,