jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
20 lines • 542 B
JSON
{
"sampleData" : {
"title" : "{{{TILE_NAME}}}",
"contents" : [ {
"text" : "Initial text to be replaced"
} ],
"config" : {
"listStyle" : "contentList"
}
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "LIST",
"icons" : {
"16" : "{{{host}}}/images/extension-16.png",
"48" : "{{{host}}}/images/extension-48.png",
"128" : "{{{host}}}/images/extension-128.png"
}
}