diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index c30659ac..66590ee4 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -99,7 +99,10 @@ return [ // The minimum length for passwords 'min_password_length' => 8, - // Enables the planned arrival/leave date + // Whether the DECT field should be enabled + 'enable_dect' => true, + + // Enables the planned arrival/leave date 'enable_planned_arrival' => true, // Enables the T-Shirt configuration on signup and profile |