123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017, 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "label": "Collaboration",
- "features": [{
- "id": "com.ibm.ca.collaboration",
- "svgImages": [
- "{CDN_COMPONENT=collaboration;CDN_VERSION={BUILD}}/images/collaboration_icons.svg"
- ],
- "toolItems": [{
- "id": "share",
- "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
- "title": "%share",
- "type": "Button",
- "icon": "common-share",
- "weight": 16,
- "actionController": "collaboration/glass/controllers/ShareController",
- "push": "true",
- "options": {
- "hideOnly": true,
- "position": "right",
- "sharePerspectives": ["authoring", "dashboard", "explore", "datasets", "story", "ca-modeller", "classicviewer", "notebook"],
- "embedPerspectives": ["authoring", "dashboard", "explore", "story", "classicviewer", "notebook"],
- "imagePerspectives": ["authoring", "dashboard", "explore", "story"],
- "width": "400px",
- "content": {
- "module": "collaboration/glass/views/ShareView"
- },
- "resizable": false,
- "isAppviewScope": true
- }
- },
- {
- "id": "currentShare",
- "containerId": "com.ibm.ca.collaboration.share",
- "type": "MenuContribution",
- "items": [
- {
- "id": "sendCurrent",
- "label": "%send"
- },
- {
- "id": "com.ibm.bi.glass.common.operations.shareCurrent",
- "label": "%link"
- },
- {
- "id": "com.ibm.bi.glass.common.operations.embedCurrent",
- "label": "%embed"
- }
- ]
- },
- {
- "id": "contextualShare",
- "containerId": "com.ibm.ca.collaboration.shareContextual",
- "type": "MenuContribution",
- "items": [
- {
- "id": "sendContextual",
- "label": "%send"
- },
- {
- "id": "com.ibm.bi.glass.common.shareContextual",
- "label": "%link"
- },
- {
- "id": "com.ibm.bi.glass.common.embedContextual",
- "label": "%embed"
- }
- ]
- },
- {
- "id": "currentSend",
- "containerId": "com.ibm.ca.collaboration.sendCurrent",
- "type": "MenuContribution",
- "items": [
- {
- "id": "emailCurrent",
- "label": "%email"
- }
- ]
- },
- {
- "id": "currentEmail",
- "containerId": "com.ibm.ca.collaboration.emailCurrent",
- "type": "MenuContribution",
- "items": [
- {
- "id": "emailLinkCurrent",
- "label": "%includeLink"
- },
- {
- "id": "emailImageCurrent",
- "label": "%includeImage"
- },
- {
- "id": "emailReportCurrent",
- "label": "%attachReport"
- }
- ]
- },
- {
- "id": "contextualSend",
- "containerId": "com.ibm.ca.collaboration.sendContextual",
- "type": "MenuContribution",
- "items": [
- {
- "id": "emailContextual",
- "label": "%email"
- }
- ]
- },
- {
- "id": "contextualEmail",
- "containerId": "com.ibm.ca.collaboration.emailContextual",
- "type": "MenuContribution",
- "items": [
- {
- "id": "emailLinkContextual",
- "label": "%includeLink"
- },
- {
- "id": "emailReportContextual",
- "label": "%attachReportOutput"
- }
- ]
- }],
- "contextMenus": [{
- "id": "shareContent",
- "containerId": "com.ibm.bi.contentApps.listViewMenu",
- "actionController": "collaboration/glass/controllers/ShareMenuController",
- "type": "MenuContribution",
- "items": [{
- "id": "shareContextual",
- "label": "%share",
- "icon": "common-share",
- "weight": 170,
- "options": {
- "position": "left",
- "width": "400px",
- "content": {
- "module": "collaboration/glass/views/ShareView"
- },
- "resizable": false
- }
- }]
- }],
- "collectionContainers": [{
- "id": "com.ibm.bi.glass.common.sharedResources",
- "label": "Share & Embed",
- "lensable": false
- }]
- }, {
- "id": "com.ibm.ca.collaboration.extras",
- "collectionItems": [{
- "containerId": "com.ibm.bi.glass.common.sharedResources",
- "id": "share",
- "label": "%share",
- "types": ["agentDefinition", "agentDefinitionView", "dashboard", "URL"],
- "actionController": "collaboration/glass/controllers/ShareExtraActionHandler"
- }]
- }]
- }
|