summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-04-23 12:23:35 +0200
committermsquare <msquare@notrademark.de>2019-04-23 21:05:56 +0200
commit79b30fa3a819f99c9611d3cbed851f73fe6cfe6c (patch)
tree0a6d227c27ef2f6e332c93b176efb70f708c9b4c /config
parent665e444e881ec2ca4378b346d45dbc488ac89a2b (diff)
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.
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 1830500e..66590ee4 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -102,6 +102,9 @@ return [
// 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
'enable_tshirt_size' => true,