feat: WhatsApp/YouTube-Links auf Organisation
Deploy / verify (push) Successful in 1m2s
Deploy / deploy (push) Successful in 1m15s

Neue Felder whatsapp/youtube (string) auf OrganisationEntry.
OrganisationsCard zeigt Icon-Buttons wenn gesetzt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-06-04 10:20:41 +02:00
parent 3c4b847c23
commit 31f1c8586c
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -313,6 +313,8 @@ export interface OrganisationEntry {
description?: string;
link?: string | { url?: string; linkName?: string; newTab?: boolean };
badge?: string | { label?: string; color?: string };
whatsapp?: string;
youtube?: string;
}
/** Organisations-Block (_type: "organisations"). */