QR-Codes-UI zu Einladungen umgebaut mit PDF-Export und Druckanzeige + Customizer

This commit is contained in:
Codex Agent
2025-10-30 07:12:27 +01:00
parent d781448914
commit 06df61f706
20 changed files with 1724 additions and 537 deletions

View File

@@ -23,7 +23,7 @@ class InviteLayoutSeeder extends Seeder
'secondary' => $layout['secondary'] ?? null,
'text' => $layout['text'] ?? null,
'badge' => $layout['badge'] ?? null,
'qr' => $layout['qr'] ?? ['size_px' => 320],
'qr' => $layout['qr'] ?? ['size_px' => 500],
'svg' => $layout['svg'] ?? ['width' => 1080, 'height' => 1520],
];