Add interactive map to Impressum with configurable coordinates
- Add OpenStreetMap iframe to legal page showing business location - Support ADDRESS_LATITUDE and ADDRESS_LONGITUDE environment variables - Generate dynamic map URLs based on configured coordinates - Include link to full map view - Update legal-config.ts interface to include latitude/longitude - Document new environment variables in README.md - Use Kiel coordinates as default (54.3233, 10.1228)
This commit is contained in:
@@ -73,10 +73,12 @@ MIN_STORNO_TIMESPAN=24
|
||||
# Legal Information (Impressum/Datenschutz)
|
||||
COMPANY_NAME=Stargirlnails Kiel
|
||||
OWNER_NAME=Inhaber Name
|
||||
ADDRESS_STREET=Musterstraße 123
|
||||
ADDRESS_STREET=Liebigstr. 15
|
||||
ADDRESS_CITY=Kiel
|
||||
ADDRESS_POSTAL_CODE=24103
|
||||
ADDRESS_POSTAL_CODE=24145
|
||||
ADDRESS_COUNTRY=Deutschland
|
||||
ADDRESS_LATITUDE=54.3233 # Optional: GPS-Koordinaten für Karte
|
||||
ADDRESS_LONGITUDE=10.1228 # Optional: GPS-Koordinaten für Karte
|
||||
CONTACT_PHONE=+49 431 123456
|
||||
CONTACT_EMAIL=info@stargirlnails.de
|
||||
TAX_ID=12/345/67890 # Optional
|
||||
|
Reference in New Issue
Block a user