This repository was archived by the owner on May 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
56 lines (56 loc) · 1.36 KB
/
plugin.json
File metadata and controls
56 lines (56 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "mbplugin-map",
"title": "Privacy-Friendly OpenStreetMap Embeds",
"description": "Embed interactive maps powered by OpenStreetMap easily.",
"author": "René Fischer",
"version": "1.0.2",
"fields": [
{
"field": "params.privacy_mode",
"label": "Privacy mode",
"type": "boolean",
"default": false
},
{
"field": "params.map_privacy_notice_text",
"label": "Privacy banner text",
"type": "string",
"default": ""
},
{
"field": "params.map_button_text",
"label": "Button text",
"type": "string",
"default": "Interactive Map"
},
{
"field": "params.default_map_zoom",
"label": "Default zoom level (0-19)",
"type": "string",
"default": "14"
},
{
"field": "params.map_preview_style_light",
"label": "Light mode preview style",
"type": "string",
"default": "osm-carto"
},
{
"field": "params.map_preview_style_dark",
"label": "Dark mode preview style",
"type": "string",
"default": "osm-carto"
},
{
"field": "params.map_marker_params",
"label": "Custom marker",
"type": "string",
"default": "type:awesome;color:red;size:60;shadow:no"
},
{
"field": "params.map_preview_api_key",
"label": "Geoapify API key",
"type": "string"
}
]
}