-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplugin.json
executable file
·49 lines (49 loc) · 1.11 KB
/
plugin.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"author": "Buildfire",
"pluginName": "Calendly",
"pluginDescription": "Sync your Calendly calendar to your app effortlessly, making scheduling and availability management seamless and efficient for both users and administrators.",
"pluginKeywords":"appointment",
"supportEmail": "[email protected]",
"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/calendly-plugin-tutorial/",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": false
}
},
"widget": {
},
"features": [],
"languages": ["en"],
"media": [
{
"type": "image-resource",
"path": "1-plugin.png"
},
{
"type": "image-resource",
"path": "2-benefits.png"
},
{
"type": "image-resource",
"path": "3-use-cases.png"
},
{
"type": "image-resource",
"path": "4-content-tab.png"
},
{
"type": "image-resource",
"path": "5-analytics-tab.png"
},
{
"type": "youtube-video",
"path": "https://www.youtube.com/watch?v=Qn8XFcRaIXk"
}
]
}