jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
28 lines (27 loc) • 822 B
JSON
{
"sampleData" : {
"title" : "Podio Upcoming Events",
"events": [
{
"title": "Event Title",
"location": "Event Location",
"start": "2013-08-12T07:00:00:000Z,",
"description" : "Event Description",
"action" : {"url" : "http://www.podio.com"}}
] ,
"action" : {
"text" : "Action Link",
"context" : { "test" : "data" }
}
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "CALENDAR",
"icons" : {
"16" : "http://placehold.it/16x16",
"48" : "http://placehold.it/48x48",
"128" : "http://placehold.it/128x128"
} ,
"action" : "{{{TILE_NAME}}}/action"
}