jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
25 lines • 672 B
JSON
{
"sampleData" : {
"title" : "Podio Task List",
"contents" : [ {
"text" : "Waiting for task list ...."
} ],
"config" : {
"listStyle" : "contentList"
},
"action" : {
"text" : "Action Link",
"context" : { "test" : "data" }
}
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "LIST",
"icons" : {
"16" : "http://placehold.it/16x16",
"48" : "http://placehold.it/48x48",
"128" : "http://placehold.it/128x128"
} ,
"action" : "{{{TILE_NAME}}}/action"
}