From e1471248fe8f8a4fc6edef28fe702245c2fde48d Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Thu, 26 Dec 2019 19:07:51 +0100 Subject: User: Add pronoun statement --- config/config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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, -- cgit v1.2.3-54-g00ecf