feat: location-Feld an Organisation, Header-Tooltips
Deploy / verify (push) Successful in 1m0s
Deploy / deploy (push) Successful in 1m13s

- block-types: OrganisationEntry.location { text, lat, lng }
- Header: title-Attribut auf Social-Icons + Suche-Button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-06-04 11:54:13 +02:00
parent 6c774c4913
commit 88b2df0c05
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -315,6 +315,7 @@ export interface OrganisationEntry {
badge?: string | { label?: string; color?: string };
whatsapp?: string;
youtube?: string;
location?: { text?: string; lat?: number; lng?: number };
}
/** Organisations-Block (_type: "organisations"). */