added a sparkbooth section to gallery form, connection details reside there now.
This commit is contained in:
@@ -18,11 +18,11 @@ class GallerySeeder extends Seeder
|
||||
$settings = app(GeneralSettings::class);
|
||||
|
||||
Gallery::firstOrCreate(
|
||||
['slug' => Str::uuid()->toString()],
|
||||
['images_path' => 'uploads'],
|
||||
[
|
||||
'slug' => Str::uuid()->toString(),
|
||||
'name' => 'Default Gallery',
|
||||
'title' => $settings->gallery_heading ?? 'Style Gallery',
|
||||
'images_path' => 'uploads',
|
||||
'is_public' => true,
|
||||
'allow_ai_styles' => true,
|
||||
'allow_print' => true,
|
||||
|
||||
Reference in New Issue
Block a user