-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·49 lines (49 loc) · 1.6 KB
/
plugin.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.6 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
{
"author":"Buildfire",
"pluginName": "Locations",
"pluginDescription": "Empower your app with powerful location-based capabilities, allowing users to discover, explore, and connect with places effortlessly.",
"pluginKeywords": "Location,Map,Mapping,Places,Area,Site,Spot,Pin,Things to do,Satellite,Street,Addresses,Address",
"requireLogin": false,
"supportEmail":"support@buildfire.com",
"control": {
"content":{
"enabled":true
},
"design":{
"enabled":true
},
"settings":{
"enabled":true
},
"customTabs": [
{
"title": "Tests",
"url": "/tests/index.html"
},
{
"title": "Language",
"url": "/strings/index.html"
}
]
},
"widget":{},
"features" : [{"name" : "Geo"}],
"webpack": "8080",
"keywords": "Location,Map,Mapping,Places,Area,Site,Spot,Pin,Things to do,Satellite,Street,Addresses,Address",
"supportSite": "https://learn.appdocumentation.com/en/articles/5979361-locations-feature",
"languages" : ["en"],
"media": [
{ "type": "image-resource", "path": "1-Plugin.png" },
{ "type": "image-resource", "path": "2-Benefits.png" },
{ "type": "image-resource", "path": "3-Features.png" },
{ "type": "image-resource", "path": "4-Use-Cases.png" },
{ "type": "image-resource", "path": "5-Sales-Pitch.png" },
{ "type": "image-resource", "path": "6-Content-Tab.png" },
{ "type": "image-resource", "path": "7-Settings-Tab.png" },
{ "type": "image-resource", "path": "8-Analytics-Tab.png" },
{
"type": "youtube-video",
"path": "https://www.youtube.com/watch?v=K71BUCwc3Xc"
}
]
}