Configuration IFrame Widget

The widget’s configuration schema is defined in src/index.ts.

  • URL:

    • Key: url

    • Type: string

    • Purpose: The page to embed inside the iframe.

    • Default: "https://www.openstreetmap.org/export/embed.html"

Quick recipe

{ "url": "https://example.org/your-dashboard" }

Notes

  • The target page must allow embedding (no restrictive X-Frame-Options / Content-Security-Policy).