feat: OrganisationsMapBlock — Karte der Bürgerinitiativen
Neuer Block-Typ `organisations_map`: Leaflet-Karte mit CircleMarkern für alle Organisationen die ein location.lat/lng haben. Klick auf Marker öffnet Detail-Panel (Desktop: rechte Sidebar / Mobile: Bottom Sheet) mit Name, Standort, Beschreibung und Website-Link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -334,6 +334,14 @@ export interface OrganisationsBlockData {
|
||||
layout?: BlockLayout;
|
||||
}
|
||||
|
||||
export interface OrganisationsMapBlockData {
|
||||
_type?: "organisations_map";
|
||||
_slug?: string;
|
||||
headline?: string;
|
||||
organisations?: (string | OrganisationEntry)[];
|
||||
layout?: BlockLayout;
|
||||
}
|
||||
|
||||
export interface ContactEntry {
|
||||
_type?: "contact";
|
||||
_slug?: string;
|
||||
|
||||
Reference in New Issue
Block a user