-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
30 lines (29 loc) · 761 Bytes
/
extension.json
File metadata and controls
30 lines (29 loc) · 761 Bytes
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
https://apps.na.collabserv.com/appregistry/api/v1/extensions
{
"name": "Muro de Conversación Local",
"description": "description",
"type":"community_widget",
"urls":{},
"payload": {
"defId": "Muro de Conversación Local",
"showInPalette": "true",
"primaryWidget": "true",
"modes": "view",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"url": "https://apps.na.collabserv.com/connections/resources/web/com.ibm.social.urliWidget.web.resources/widget/urlWidget.xml",
"itemSet": [
{
"value": "https://localhost:3000",
"name": "url"
},
{
"value": "100%",
"name": "width"
},
{
"value": "400px",
"name": "height"
}
]
}
}