forked from BuildFire/eventsFeedPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (25 loc) · 726 Bytes
/
plugin.json
File metadata and controls
26 lines (25 loc) · 726 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":"Events Feed"
,"pluginDescription":"Easily sync your Google Calendar, Mac Mail Calendar, or any other calendar with an iCal feed to keep your users and students up to date with your events."
,"supportEmail":"support@buildfire.com"
, "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/events-feed-plugin-tutorial"
,"pluginIcon":"icon.png"
,"offlineModeEnabled": true
,"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a"
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":true
}
, "settings":{
"enabled":false
}
}
,"widget":{
},
"features": [{"name" : "Calendar"}],
"languages": ["en"]
}