From ded4ad4c8161c0e6328a01625ff7dce8f8485578 Mon Sep 17 00:00:00 2001 From: Janne Heß Date: Tue, 23 Apr 2019 12:23:35 +0200 Subject: Support disabling the planned arrival We also use Engelsystem for single-day events, and the planned arrival/departure feature doesn't make sense for us. --- config/config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/config.default.php') diff --git a/config/config.default.php b/config/config.default.php index 86320a4a..c30659ac 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -99,6 +99,9 @@ return [ // The minimum length for passwords 'min_password_length' => 8, + // Enables the planned arrival/leave date + 'enable_planned_arrival' => true, + // Enables the T-Shirt configuration on signup and profile 'enable_tshirt_size' => true, -- cgit v1.2.3-54-g00ecf