jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
21 lines (20 loc) • 516 B
JSON
{
"sampleData" : {
"title" : "{{{TILE_NAME}}}",
"contents" : [ {
"text" : "Todo 1"
} ],
"config" : {
"listStyle" : "contentList"
}
},
"displayName" : "{{{TILE_NAME}}}",
"name" : "{{{TILE_NAME}}}",
"description" : "{{{TILE_NAME}}}",
"style" : "LIST",
"icons" : {
"16" : "{{{host}}}/checkbox_checked.png",
"48" : "{{{host}}}//checkbox_checked.png",
"128" : "{{{host}}}/checkbox_checked.png"
}
}