mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
feature: add custom admin path
This commit is contained in:
@ -70,6 +70,7 @@ class ConfigSave extends FormRequest
|
||||
'frontend_theme_header' => 'in:dark,light',
|
||||
'frontend_theme_color' => 'in:default,darkblue,black',
|
||||
'frontend_background_url' => 'nullable|url',
|
||||
'frontend_admin_path' => '',
|
||||
// tutorial
|
||||
'apple_id' => 'email',
|
||||
'apple_id_password' => '',
|
||||
|
Reference in New Issue
Block a user