1234567891011121314151617181920 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2017, 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [{
- "id": "com.ibm.bi.storytelling",
- "svgImages": ["dashboard-core/images/createBoard_icons.svg"],
- "cssStyles": ["css/storytelling/contrib/dashboardToStory.css"],
- "toolItems": [{
- "containerId": "com.ibm.bi.dashboard.saveMenu",
- "id": "saveMenu",
- "type": "MenuContribution",
- "actionController": "storytelling/glass/controllers/ExportAsStory",
- "items": [{
- "id": "exportAsStory",
- "label": "%saveAsStoryLabel",
- "icon": "common-catalog",
- "weight": 300
- }]
- }]
- }]
- }
|