jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
21 lines • 739 B
JSON
{
"sampleData" : {
"title" : "{{{TILE_NAME}}} {{{TILE_STYLE}}}",
"contents" : [ {
"text" : "Initial text to be replaced"
} ],
"config" : {
"listStyle" : "contentList"
}
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "LIST",
"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"
},
"action": "/{{{TILE_NAME}}}/action"
}