forked from BuildFire/peoplePlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (25 loc) · 728 Bytes
/
plugin.json
File metadata and controls
26 lines (25 loc) · 728 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
{
"author":"BuildFire"
,"pluginName":"People"
,"pluginDescription":"The People plugin allows you to include directory-like information about the people within your organization with pictures, contact info, bios, and even embed images and videos."
,"supportEmail":"support@buildfire.com"
,"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/people-plugin-tutorial/"
,"pluginIcon":"icon.png"
,"offlineModeEnabled": true
,"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a"
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":true
}
, "settings":{
"enabled":true
}
}
,"widget":{
},
"features" : [],
"languages" : ["en"]
}