mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Fix Public View & add General Config
This commit is contained in:
@@ -216,6 +216,11 @@ class ConfigsTableSeeder extends Seeder
|
||||
'name' => 'admin_level_in_schedule_nb',
|
||||
'state' => 0,
|
||||
'data' => '["3"]'
|
||||
],
|
||||
[
|
||||
'name' => 'public_index_img_url',
|
||||
'state' => 0,
|
||||
'data' => '["./assets/img/bg2.jpg"]'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user