-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 786 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 786 Bytes
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
{
"author": "BuildFire",
"pluginName": "Places",
"pluginDescription": "The Places plugin allows you to include a list and GPS map directory of categorized entries with pictures, contact information, instant directions, and even embed images and videos. Keywords: Map, Maps, geo, location",
"supportEmail": "support@buildfire.com",
"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/places-plugin-tutorial",
"pluginIcon": "icon.png",
"offlineModeEnabled": true,
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": true
}
},
"widget": {
},
"usesApiKeys": [
{ "name": "googleMapKey" }
],
"features": [{"name": "Geo"}],
"languages": [
"en"
]
}