feat(windkarte): slugPrefix enforcement, name→gebiets_nr, name field removed
- RustyCMS: SchemaDefinition.slug_prefix + auto-prepend in create_entry - wind_area/wind_map schemas: slugPrefix config, name field removed - wind_area entries: name→gebiets_nr (faktische Gebietsnummer, GeoJSON-Join-Key) - WindkarteMap/WindAreaPanel: Join + Anzeige auf gebiets_nr Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type WindArea = {
|
||||
_slug: string;
|
||||
name: string;
|
||||
gebiets_nr: string;
|
||||
bezeichnung?: string;
|
||||
status?: "rechtskraeftig" | "entwurf_2" | "entwurf_3";
|
||||
flaeche_ha?: number;
|
||||
|
||||
Reference in New Issue
Block a user