forked from BuildFire/seminarNotesPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·34 lines (33 loc) · 1016 Bytes
/
plugin.json
File metadata and controls
executable file
·34 lines (33 loc) · 1016 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
30
31
32
33
34
{
"author":"BuildFire"
,"pluginName":"Seminar and Lecture Notes"
,"pluginDescription":"This feature allows your students to create, save, and share notes on your class, seminar, lecture, or sermon. You can even embed images and videos and include links to PDFs, webpages, and other resources. Settings can allow content to be time released by date. Related Topics: Seminar Notes, Bible, Blog."
,"supportEmail":"support@buildfire.com"
, "supportSite":"http://learn.appdocumentation.com/plugin-tutorials/seminar-and-lecture-notes-plugin-tutorial"
,"offlineModeEnabled": true
,"control":{
"content":{
"enabled":true
}
, "design":{
"enabled":true
}
, "settings":{
"enabled":true
},
"customTabs": [
{
"title": "Languages",
"url": "languages/index.html"
}
]
},
"widget":{
},
"features" : [{"name" : "sharing"}],
"languages" : ["en"],
"media": [
{ "type": "image-resource", "path": "marketplacegif.gif" },
{ "type": "image-resource", "path": "image.png" }
]
}