forked from hclcnx/connections-msp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.appspokes.quick.connect.json
42 lines (42 loc) · 1.21 KB
/
io.appspokes.quick.connect.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
{
"app_id": "io.appspokes.quick.connect",
"name": "AppSpokes QuickConnect",
"title": "AppSpokes QuickConnect",
"description": "AppSpokes QuickConnect",
"services": [
"Communities"
],
"state": "disabled",
"extensions": [
{
"ext_id": "io.appspokes.quick.connect",
"name": "AppSpokes QuickConnect",
"title": "AppSpokes QuickConnect",
"description": "AppSpokes QuickConnect",
"type": "community_widget",
"payload": {
"defId": "AppSpokes QuickConnect",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"uniqueInstance": "false",
"itemSet": [
{
"name": "url",
"value": "https://quick-connect.appspokes.net/communityapp/appspokes/connect/render"
},
{
"name": "height",
"value": "600px"
},
{
"name": "width",
"value": "100%"
}
],
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
}
]
}