-
Notifications
You must be signed in to change notification settings - Fork 3
/
io.appspokes.onedrive.for.business.json
72 lines (72 loc) · 2.23 KB
/
io.appspokes.onedrive.for.business.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
70
71
72
{
"app_id": "io.appspokes.onedrive.for.business",
"name": "OneDrive for Business",
"title": "OneDrive for Business",
"description": "OneDrive for Business",
"services": [
"Communities"
],
"state": "disabled",
"extensions": [
{
"ext_id": "io.appspokes.onedrive.list",
"name": "OneDrive for Business File List",
"title": "OneDrive for Business File List",
"description": "OneDrive for Business File List",
"type": "community_widget",
"payload": {
"defId": "OneDrive for Business File List",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"itemSet": [
{
"name": "url",
"value": "https://onedrive-for-business.appspokes.net/communityapp/filelist/index"
},
{
"name": "width",
"value": "100%"
},
{
"name": "height",
"value": "600px"
}
],
"uniqueInstance": "false",
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
},
{
"ext_id": "io.appspokes.onedrive.search",
"name": "OneDrive for Business File Search",
"title": "OneDrive for Business File Search",
"description": "OneDrive for Business File Search",
"type": "community_widget",
"payload": {
"defId": "OneDrive for Business File Search",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"itemSet": [
{
"name": "url",
"value": "https://onedrive-for-business.appspokes.net/communityapp/search/index"
},
{
"name": "height",
"value": "600px"
},
{
"name": "width",
"value": "100%"
}
],
"uniqueInstance": "false",
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
}
]
}