added a sparkbooth section to gallery form, connection details reside there now.

This commit is contained in:
2025-12-07 19:25:01 +01:00
parent b0d835d142
commit ca784fe26a
11 changed files with 263 additions and 103 deletions

View File

@@ -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,