summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-12-27 19:47:52 +0100
committerGitHub <noreply@github.com>2019-12-27 19:47:52 +0100
commit0cab703c941e96d03072364c2082605f18245b5a (patch)
tree44ea0e2f23db7fa5a12bc5b971c56d773ed58c9f /config
parent537179df66b1245f034e9bedeff7d74cbc6a7f5c (diff)
parente1471248fe8f8a4fc6edef28fe702245c2fde48d (diff)
Merge pull request #705 from MyIgel/pronoun
User: Add pronoun statement
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 2a988788..9b93eb25 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -114,6 +114,9 @@ return [
// Enables prename and lastname
'enable_user_name' => false,
+ // Enable displaying the pronoun fields
+ 'enable_pronoun' => false,
+
// Enables the planned arrival/leave date
'enable_planned_arrival' => true,