feat: expose PWA branding fields in admin Branding tab

This commit is contained in:
Linus Rath
2026-05-22 11:22:07 +02:00
parent bd2ffab3bc
commit 66b2036e37
3 changed files with 168 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ const ALLOWED_MIME_TYPES = new Set([
/** Slots that correspond to branding config keys */
const VALID_SLOTS = new Set([
'faviconUrl',
'pwaIconUrl',
'appLogoLightUrl',
'appLogoDarkUrl',
'loginLogoLightUrl',