Skip to content

Commit

Permalink
Update JDSDesktopLayout10_SideNav.json
Browse files Browse the repository at this point in the history
working sideNav JDS Widget
  • Loading branch information
elenagiere authored May 10, 2024
1 parent ab779e6 commit 81b99c9
Showing 1 changed file with 86 additions and 46 deletions.
132 changes: 86 additions & 46 deletions CustomerJourney/src/assets/JDSDesktopLayout10_SideNav.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,46 @@
],
"visibility": "IVR_TRANSCRIPT"
},
{
"comp": "md-tab",
"attributes": {
"slot": "tab",
"class": "widget-pane-tab"
},
"children": [
{
"comp": "span",
"textContent": "Customer Journey"
}
]
},
{
"comp": "md-tab-panel",
"attributes": {
"slot": "panel",
"class": "widget-pane"
},
"children": [
{
"comp": "customer-journey-widget",
"script": "https://journey-widget.webex.com",
"attributes": {
"show-alias-icon": "true",
"condensed-view": "true"
},
"properties": {
"interactionData": "$STORE.agentContact.taskSelected",
"bearerToken": "$STORE.auth.accessToken",
"organizationId": "$STORE.agent.orgId",
"dataCenter": "$STORE.app.datacenter"
},
"wrapper": {
"title": "Customer Journey Widget",
"maximizeAreaName": "app-maximize-area"
}
}
]
},
{
"comp": "md-tab",
"attributes": {
Expand Down Expand Up @@ -211,6 +251,52 @@
}
},
"visibility": "WXM_METRICS"
},
{
"nav": {
"label": "Customer Journey Widget",
"icon": "/app/images/wxm.bcd45cc3.svg",
"iconType": "other",
"navigateTo": "customerJourneyWidget",
"align": "top"
},
"page": {
"id": "customerJourneyWidget",
"widgets": {
"right": {
"comp": "customer-journey-widget",
"script": "https://journey-widget.webex.com",
"attributes": {
"condensed-view": "true",
"show-alias-icon": "true"
},
"properties": {
"bearerToken": "$STORE.auth.accessToken",
"organizationId": "$STORE.agent.orgId",
"dataCenter": "$STORE.app.datacenter"
},
"wrapper": {
"title": "Customer Journey Widget",
"maximizeAreaName": "app-maximize-area"
}
}
},
"layout": {
"areas": [
[
"right"
]
],
"size": {
"cols": [
1
],
"rows": [
1
]
}
}
}
}
]
}
Expand Down Expand Up @@ -1223,52 +1309,6 @@
}
}
},
{
"nav": {
"label": "Customer Journey Widget",
"icon": "/app/images/wxm.bcd45cc3.svg",
"iconType": "other",
"navigateTo": "customerJourneyWidget",
"align": "top"
},
"page": {
"id": "customerJourneyWidget",
"widgets": {
"right": {
"comp": "customer-journey-widget",
"script": "https://journey-widget.webex.com",
"attributes": {
"condensed-view": "true",
"show-alias-icon": "true"
},
"properties": {
"bearerToken": "$STORE.auth.accessToken",
"organizationId": "$STORE.agent.orgId",
"dataCenter": "$STORE.app.datacenter"
},
"wrapper": {
"title": "Customer Journey Widget",
"maximizeAreaName": "app-maximize-area"
}
}
},
"layout": {
"areas": [
[
"right"
]
],
"size": {
"cols": [
1
],
"rows": [
1
]
}
}
}
},
{
"nav": {
"label": "$I18N.qmw.recordings",
Expand Down

0 comments on commit 81b99c9

Please sign in to comment.