-
Notifications
You must be signed in to change notification settings - Fork 3
/
io.appspokes.sharepoint.online.json
113 lines (113 loc) · 3.04 KB
/
io.appspokes.sharepoint.online.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"app_id": "io.appspokes.sharepoint.online",
"name": "SharePoint",
"title": "Salesforce",
"description": "Salesforce",
"services": [
"Communities"
],
"state": "disabled",
"extensions": [
{
"ext_id": "io.appspokes.sharepoint.as_event",
"name": "SharePoint Online Embedded Experience",
"title": "SharePoint Online Embedded Experience",
"description": "SharePoint Online Embedded Experience",
"type": "gadget",
"payload": {
"icon": "https://sharepoint-online.appspokes.net/assets/images/sharepoint.png",
"url": "https://sharepoint-online.appspokes.net/stream/experience/render"
}
},
{
"ext_id": "io.appspokes.sharepoint.list",
"name": "SharePoint Online List",
"title": "SharePoint Online List",
"description": "SharePoint Online List",
"type": "community_widget",
"payload": {
"defId": "SharePoint Online List",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"uniqueInstance": "false",
"itemSet": [
{
"name": "height",
"value": "600px"
},
{
"name": "width",
"value": "100%"
},
{
"name": "url",
"value": "https://sharepoint-online.appspokes.net/communityapp/lists/index"
}
],
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
},
{
"ext_id": "io.appspokes.sharepoint.file.list",
"name": "SharePoint Online File List",
"title": "SharePoint Online File List",
"description": "SharePoint Online File List",
"type": "community_widget",
"payload": {
"defId": "SharePoint Online File List",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"itemSet": [
{
"name": "width",
"value": "100%"
},
{
"name": "height",
"value": "600px"
},
{
"name": "url",
"value": "https://sharepoint-online.appspokes.net/communityapp/filelist/index"
}
],
"uniqueInstance": "false",
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
},
{
"ext_id": "io.appspokes.sharepoint.file.search",
"name": "SharePoint Online File Search",
"title": "SharePoint Online File Search",
"description": "SharePoint Online File Search",
"type": "community_widget",
"payload": {
"defId": "SharePoint Online File Search",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view",
"primaryWidget": "true",
"showInPalette": "true",
"uniqueInstance": "false",
"itemSet": [
{
"name": "url",
"value": "https://sharepoint-online.appspokes.net/communityapp/search/index"
},
{
"name": "height",
"value": "600px"
},
{
"name": "width",
"value": "100%"
}
],
"url": "/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml"
}
}
]
}