jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
24 lines • 791 B
JSON
{
"sampleData" : {
"title" : "Sample List ({{{TILE_NAME}}})",
"contents" : [ {
"text" : "Item 1"
}, {
"text" : "Item 2"
}, {
"text" : "Item 3"
} ],
"config" : {
"listStyle" : "contentList"
}
},
"displayName" : "Sample Google OAUth2 ({{{TILE_NAME}}})",
"name" : "{{{TILE_NAME}}}",
"description" : "Sample Google OAuth2 dance",
"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"
}
}