-
Notifications
You must be signed in to change notification settings - Fork 3
/
com.isw.kudosideas.json
57 lines (57 loc) · 1.98 KB
/
com.isw.kudosideas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Kudos Ideas",
"title": "Kudos Ideas",
"description": "Kudos Ideas community and navigation extensions",
"app_id": "com.isw.kudosideas",
"services": [
"Communities"
],
"state": "disabled",
"extensions": [
{
"name": "Kudos Community Ideas",
"description": "To show community Ideas",
"ext_id": "com.isw.kudosideas.community.widget",
"type": "community_widget",
"payload": {
"urls": {
"icon_url": "https://ideas-dev.isw.net.au/kudos_favicon.png",
"url": "https://ideas-dev.isw.net.au/widget/smartcloud"
},
"defId": "Kudos Community Ideas",
"themes": "wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view fullpage",
"primaryWidget": "true",
"showInPalette": "true",
"itemSet": [
{
"name": "width",
"value": "100%"
},
{
"name": "height",
"value": "500px"
},
{
"name": "url",
"value": "https://ideas-dev.isw.net.au/widget/smartcloud"
}
],
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
},
{
"name": "Kudos Ideas Navbar Link",
"description": "Launch Kudos ideas link",
"type": "com.ibm.action.link",
"ext_id": "com.isw.kudosideas.menu",
"path": "com.ibm.navbar.order.95000",
"payload": {
"text": "Kudos Ideas",
"link": "https://ideas-dev-api.isw.net.au/auth/smartcloud/a3|g3|s3",
"icon": "",
"tooltip": ""
}
}
]
}