dashboardToStory.json 761 B

1234567891011121314151617181920
  1. {
  2. "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.",
  3. "features": [{
  4. "id": "com.ibm.bi.storytelling",
  5. "svgImages": ["dashboard-core/images/createBoard_icons.svg"],
  6. "cssStyles": ["css/storytelling/contrib/dashboardToStory.css"],
  7. "toolItems": [{
  8. "containerId": "com.ibm.bi.dashboard.saveMenu",
  9. "id": "saveMenu",
  10. "type": "MenuContribution",
  11. "actionController": "storytelling/glass/controllers/ExportAsStory",
  12. "items": [{
  13. "id": "exportAsStory",
  14. "label": "%saveAsStoryLabel",
  15. "icon": "common-catalog",
  16. "weight": 300
  17. }]
  18. }]
  19. }]
  20. }