feat: Ansprechpartner im OrganisationsMap Detail-Panel
Deploy / verify (push) Successful in 1m2s
Deploy / deploy (push) Successful in 1m11s

Marker-Klick zeigt jetzt zusätzlich Name, Rolle, Email und Telefon
der Kontaktpersonen pro Organisation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-06-04 13:02:47 +02:00
parent c9ba88ab80
commit fc81d973a5
2 changed files with 37 additions and 1 deletions
+1
View File
@@ -316,6 +316,7 @@ export interface OrganisationEntry {
whatsapp?: string;
youtube?: string;
location?: { text?: string; lat?: number; lng?: number };
contacts?: (string | ContactEntry)[];
}
/** Organisations-Block (_type: "organisations"). */