jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
18 lines (17 loc) • 702 B
JSON
{
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style": "CUSTOM_VIEW",
"displayWidth" : "ALL",
"dataProviderKey": "internal",
"pageTypes" : [ "PLACE", "USER" ],
"icons": {
"16": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-xsmall.png",
"48": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-small.png",
"128": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-med.png"
},
"config": "/{{{TILE_NAME}}}/configuration.html",
"action": "/{{{TILE_NAME}}}/action.html",
"view": "/{{{TILE_NAME}}}/view.html"
}