-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·34 lines (33 loc) · 878 Bytes
/
plugin.json
File metadata and controls
executable file
·34 lines (33 loc) · 878 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":"Create, save, and share notes with Seminar and Lecture Notes, embedding images, videos, and links. Time-release content by date for seminars, lectures, or sermons."
,"supportEmail":"support@buildfire.com"
, "supportSite":"https://learn.appdocumentation.com/en/articles/805222-seminar-and-lecture-notes-feature-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" }
]
}