-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from dahabi/master
Fix UI Issues
- Loading branch information
Showing
4 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
{ | ||
"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": "[email protected]", | ||
"supportSite": "http://learn.appdocumentation.com/plugin-tutorials/social-wall-plugin-tutorial", | ||
"pluginIcon": "icon.png", | ||
"control": { | ||
"content": { | ||
"enabled": true | ||
}, | ||
"design": { | ||
"enabled": false | ||
}, | ||
"settings": { | ||
"enabled": false | ||
} | ||
}, | ||
"widget": { | ||
}, | ||
"features": [], | ||
"languages": [ | ||
"en" | ||
] | ||
"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":"[email protected]" | ||
,"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/social-wall-plugin-tutorial" | ||
,"pluginIcon": "icon.png" | ||
,"control":{ | ||
"content":{ | ||
"enabled":true | ||
} | ||
, "design":{ | ||
"enabled":false | ||
} | ||
, "settings":{ | ||
"enabled":false | ||
} | ||
} | ||
,"widget":{ | ||
}, | ||
"features" : [], | ||
"languages" : ["en"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters