1234567891011121314151617181920212223242526272829303132 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [
- {
- "id": "com.ibm.bi.dashboard",
- "toolItems": [{
- "id": "pin",
- "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
- "title": "%pin_label",
- "label": "",
- "type": "Button",
- "icon": "dashboard-pin",
- "push": true,
- "actionController": "dashboard-core/js/dashboard/glass/controllers/PinningActionHandler",
- "coachMark": {
- "title": "%openPinsPanelCoachMarkTitle",
- "contents": "%openPinsPanelCoachMarkContent"
- },
- "weight": 795,
- "role": "button"
- }],
- "collectionItems": [{
- "containerId": "com.ibm.bi.dashboard.features",
- "name": "pinAction",
- "id": "com.ibm.bi.dashboard.features.pinAction",
- "class": "dashboard-core/js/features/dashboard/actions/pinAction/PinAction",
- "dependencies": ["API", "ContentActions", "Icons"]
- }]
- }
- ]
- }
-
|