1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 15:07:17 +02:00

Adds missing defaults for display name driver and User slug driver (#2971)

This commit is contained in:
David Wheatley 2021-08-15 17:38:43 +02:00 committed by GitHub
parent c8b514106a
commit b88b530c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,11 +62,13 @@ class WriteSettings implements Step
'custom_less' => '',
'default_locale' => 'en',
'default_route' => '/all',
'display_name_driver' => 'username',
'extensions_enabled' => '[]',
'forum_title' => 'A new Flarum forum',
'forum_description' => '',
'mail_driver' => 'mail',
'mail_from' => 'noreply@localhost',
'slug_driver_Flarum\User\User' => 'default',
'theme_colored_header' => '0',
'theme_dark_mode' => '0',
'theme_primary_color' => '#4D698E',