forked from BuildFire/contactUsPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 761 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 761 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
{
"author": "BuildFire",
"pluginName": "Contact Us",
"pluginDescription": "The Contact Us plugin enables you to provide important contact information to your users such as hours of operation, instant directions, phone number, email, social links, and more.",
"supportEmail": "support@buildfire.com",
"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
}
},
"widget": {
"enabled": true
},
"features": [],
"languages": [
"en"
]
}