forked from BuildFire/socialPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 724 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 724 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
{
"author": "BuildFire",
"pluginName": "Social Wall",
"pluginDescription": "Keep your users engaged and communicating in your app with social walls. When users perform an interactive action (i.e. liking, commenting), other users in that group will even get an automated SMARTPush™ notification.Related Topics: Bible",
"supportEmail": "support@buildfire.com",
"supportSite": "http://support.appdocumentation.com/knowledge-base/social-wall-plugin-tutorial/",
"pluginIcon": "icon.png",
"control": {
"content": {
"enabled": true
},
"design": {
"enabled": false
},
"settings": {
"enabled": true
}
},
"widget": {
},
"features": [],
"languages": [
"en"
]
}