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:
parent
c8b514106a
commit
b88b530c7e
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user