-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugin.json
71 lines (71 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"author": "Buildfire",
"pluginName": "Contact Us",
"pluginDescription": "Enhance customer experience with our Contact Us plugin, streamlining communication and providing a seamless way for users to reach out for support or inquiries.",
"supportEmail": "[email protected]",
"supportSite": "http://learn.appdocumentation.com/plugin-tutorials/contact-us-plugin/",
"pluginIcon": "icon.png",
"offlineModeEnabled": true,
"licenseKey": "a4sd6-as654asd6as545a65s4d6a-65asd564a",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": true
},
"settings": {
"enabled": false
},
"language": {
"enabled": true,
"languageJsonPath": "resources/languages.json"
},
"cssInjection": {
"enabled": true,
"layouts": [
{
"name": "Layout 1",
"imageUrl": "resources/layouts_img/layout1.png",
"cssPath": "widget/layouts/layout1.css"
}
]
}
},
"widget": {
"enabled": true
},
"features": [],
"languages": [
"en"
],
"usesApiKeys": [
{ "name": "googleMapKey" }
],
"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=1feRDJyp9U0"
}
]
}