feat: OrganisationsMapBlock — Karte der Bürgerinitiativen
Deploy / verify (push) Successful in 1m5s
Deploy / deploy (push) Successful in 1m13s

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:
Peter Meier
2026-06-04 12:03:26 +02:00
parent 88b2df0c05
commit c9ba88ab80
5 changed files with 207 additions and 3 deletions
+8
View File
@@ -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;