-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathplugin.json
36 lines (34 loc) · 1.11 KB
/
plugin.json
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
{
"author": "BuildFire",
"pluginName": "Places 2.0",
"pluginDescription": "The Places 2.0 plugin is an amazing feature for showcasing multiple, categorized locations or points of interest. Your app users can view locations in a list or map view and filter based on the categories you set up and include pictures, contact information, instant directions, and even embed images and videos. Note: This plugin is not backwards compatible with Places 1.0 Keywords: restaurant, gps, navigation, franchise, pins. Keywords: Map, maps, geo",
"supportEmail": "[email protected]",
"supportSite": "https://learn.buildfire.com/en/articles/1695257-places-2-0-tutorial",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
},
"customTabs": [
{
"enabled": true,
"title": "Language",
"url": "/strings/index.html"
}
]
},
"widget": {
"enabled": true
},
"features": [{ "name": "Geo" }],
"languages": ["en"],
"usesApiKeys": [
{ "name": "googleMapKey" }
],
"webpack": 8080
}