summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-12-26 19:07:51 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-12-26 19:18:47 +0100
commite1471248fe8f8a4fc6edef28fe702245c2fde48d (patch)
tree62fc2899543b6c0b62c69d1728e39c4a9f0572c9 /config
parentec47d124bb1626d1aa604d7fdb6ddbbd77c14987 (diff)
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 06f8201f..a0dcd1bb 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,