Disable pronoun field

2022-03-24
Luca 3 years ago
parent 9d7fbd56fa
commit 0f4f90cfa3

@ -262,7 +262,7 @@ return [
'enable_user_name' => (bool)env('ENABLE_USER_NAME', true),
// Enable displaying the pronoun fields
'enable_pronoun' => (bool)env('ENABLE_PRONOUN', true),
'enable_pronoun' => (bool)env('ENABLE_PRONOUN', false),
// Enables the planned arrival/leave date
'enable_planned_arrival' => (bool)env('ENABLE_PLANNED_ARRIVAL', false),

Loading…
Cancel
Save