feat(windkarte): InfoAccordion, anlagen-Hinweis, Tooltip ohne Icons
- Disclaimer aus CMS-Feld (hinweis_text) via InfoAccordion statt Hardcode - info_text-Feld für Block-Fließtext ergänzt - anlagen_geplant_hinweis-Feld in WindArea + Panel-Anzeige - Tooltip-Icons entfernt (square-outline/wind-turbine/map-marker inline SVGs) - Panel: square-outline → ruler-square für Fläche - Iconify-Subset neu generiert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -486,6 +486,12 @@ export interface WindMapBlockData {
|
||||
subtitle?: string;
|
||||
/** Explizite Auswahl von wind_area-Slugs. Leer/null = alle published areas. */
|
||||
areas?: (string | { _slug: string;[key: string]: unknown })[];
|
||||
/** Optionales Disclaimer-Accordion oberhalb der Karte. HTML/Markdown aus
|
||||
* dem CMS — Komponente rendert es via {@html}. */
|
||||
hinweis_text?: string;
|
||||
/** Beschreibender Fließtext direkt unter dem Titel (Statistik, Interaktions-
|
||||
* Hinweise, Methodik). HTML aus dem CMS. */
|
||||
info_text?: string;
|
||||
layout?: BlockLayout;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user