update: add config

This commit is contained in:
tokumeikoi
2021-07-29 02:41:31 +09:00
parent de045c79f5
commit f409d89c4a
4 changed files with 15 additions and 1 deletions

View File

@ -85,6 +85,7 @@ class ConfigSave extends FormRequest
'epay_pid' => '',
'epay_key' => '',
// frontend
'frontend_theme' => '',
'frontend_theme_sidebar' => 'in:dark,light',
'frontend_theme_header' => 'in:dark,light',
'frontend_theme_color' => 'in:default,darkblue,black',