Map Embed
Google Maps embed.
Type: "mapEmbed"
Google Maps embed.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
embedUrl | string | — | Embed URL |
height | string | "400px" | Tinggi |
borderRadius | string | "12px" | Border Radius |
allowFullscreen | boolean | true | Izinkan Fullscreen |
Contoh
{
"id": "map01abc",
"type": "mapEmbed",
"props": {
"embedUrl": "",
"height": "400px",
"borderRadius": "12px",
"allowFullscreen": true
}
}