forked from hclcnx/connections-msp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.hcl.cec.json
27 lines (27 loc) · 1010 Bytes
/
com.hcl.cec.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
{ "name": "Connections Engagement Center",
"title": "Connections Engagement Center",
"description": "CEC community extension",
"app_id" : "com.hcl.cec",
"services": [
"Communities"
],
"state": "disabled",
"extensions": [
{
"name": "CEC Community Widget",
"description": "CEC communities app widget",
"ext_id": "com.hcl.cec.community.widget",
"type": "community_widget",
"payload": {
"defId": "Connections Engagement Center",
"themes": "wpthemeThin wpthemeNarrow wpthemeWide wpthemeBanner",
"modes": "view fullpage",
"primaryWidget": "true",
"showInPalette": "true",
"iconUrl": "https://sampleconnectionswidget.mybluemix.net/icon.png",
"uniqueInstance": "true",
"url": "{webresourcesSvcRef}/../../xcc/templates/iWidgetXCCCommunityDefinition.xml"
}
}
]
}