zu fabricjs gewechselt, noch nicht funktionsfähig
This commit is contained in:
@@ -24,7 +24,7 @@ class InviteLayoutSeeder extends Seeder
|
||||
'text' => $layout['text'] ?? null,
|
||||
'badge' => $layout['badge'] ?? null,
|
||||
'qr' => $layout['qr'] ?? ['size_px' => 500],
|
||||
'svg' => $layout['svg'] ?? ['width' => 1080, 'height' => 1520],
|
||||
'svg' => $layout['svg'] ?? ['width' => 1240, 'height' => 1754],
|
||||
];
|
||||
|
||||
$options = [
|
||||
@@ -35,7 +35,7 @@ class InviteLayoutSeeder extends Seeder
|
||||
'cta_caption' => $layout['cta_caption'] ?? 'Scan mich & starte direkt',
|
||||
'link_label' => $layout['link_label'] ?? null,
|
||||
'logo_url' => $layout['logo_url'] ?? null,
|
||||
'formats' => $layout['formats'] ?? ['pdf', 'svg'],
|
||||
'formats' => $layout['formats'] ?? ['pdf', 'png'],
|
||||
];
|
||||
|
||||
InviteLayout::updateOrCreate(
|
||||
|
||||
Reference in New Issue
Block a user