feat: Ansprechpartner im OrganisationsMap Detail-Panel
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:
@@ -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"). */
|
||||
|
||||
Reference in New Issue
Block a user