-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcom.e-office.talkteam.json
69 lines (69 loc) · 2.47 KB
/
com.e-office.talkteam.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
58
59
60
61
62
63
64
65
66
67
68
69
{
"app_id": "com.e-office.talkteam",
"name": "TalkTeam",
"title": "TalkTeam",
"description": "TalkTeam",
"services": [
"Communities"
],
"state": "enabled",
"payload": {
"pre-migration": {
"migration-type": "navbar",
"migration-date": "1492899198274"
}
},
"extensions": [
{
"ext_id": "com.e-office.talkteam.menu",
"name": "TalkTeam",
"title": "TalkTeam",
"description": "TalkTeam",
"type": "com.ibm.action.link",
"payload": {
"link": "https://app-na.talkteam.org/index.jsp",
"icon": "https://app-na.talkteam.org/talkteam/static/images/talkteam_logo.png",
"tooltip": "TalkTeam",
"window_features": "location=yes,resizable=yes,scrollbars=yes,titlebar=yes,height=600,width=1024,left=200,top=200"
}
},
{
"ext_id": "com.e-office.talkteam.widget",
"name": "TalkTeam Widget",
"title": "TalkTeam Widget",
"type": "community_widget",
"payload": {
"defId": "TalkTeam CommunityWidget",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view fullpage",
"primaryWidget": "true",
"showInPalette": "true",
"iconUrl": "https://app-na.talkteam.org/static/images/talkteam_logo.png",
"uniqueInstance": "true",
"itemSet": [
{
"name": "url",
"value": "https://app-na.talkteam.org/cloudWidget.jsp"
},
{
"name": "talkteamurl",
"value": "https://app-na.talkteam.org/"
},
{
"name": "height",
"value": "400px"
},
{
"name": "width",
"value": "100%"
}
],
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml",
"urls": {
"icon_url": "https://app-na.talkteam.org/static/images/talkteam_logo.png",
"url": "https://app-na.talkteam.org/talkteamIWidgetCloud.xml"
}
}
}
]
}