application.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Storytelling (C) Copyright IBM Corp. 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "localizationFileName": "story-application",
  4. "inherits": "dashboard",
  5. "label": "Story",
  6. "features": [
  7. {
  8. "id": "com.ibm.bi.reset",
  9. "toolItems": [
  10. {
  11. "id": "resetDashboard",
  12. "containerId": "com.ibm.bi.glass.common.operations",
  13. "type": "MenuContribution",
  14. "items": [
  15. {
  16. "id": "resetDashboard",
  17. "label": "%resetStory"
  18. }
  19. ]
  20. }
  21. ]
  22. },
  23. {
  24. "id": "com.ibm.bi.story",
  25. "cssStyles": ["css/storytelling/storytelling.css"],
  26. "content": {
  27. "module": "storytelling/glass/StoryView",
  28. "options": {
  29. "config": {
  30. "liveWidgetExtras": ["reveal"],
  31. "assetTags": ["story"]
  32. }
  33. }
  34. }
  35. },
  36. {
  37. "id": "com.ibm.bi.storySaveMenu",
  38. "toolItems": [
  39. {
  40. "id": "com.ibm.bi.dashboard.saveMenu",
  41. "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
  42. "type": "Menu",
  43. "icon": "common-save",
  44. "weight": 990,
  45. "defaultAction": "com.ibm.bi.dashboard.save",
  46. "actionController": "dashboard-core/js/dashboard/glass/controllers/SaveActionHandler",
  47. "items": [
  48. {
  49. "id": "com.ibm.bi.dashboard.save",
  50. "icon": "common-save",
  51. "weight": 500
  52. },
  53. {
  54. "id": "com.ibm.bi.dashboard.saveAs",
  55. "icon": "common-save",
  56. "weight": 400
  57. }
  58. ]
  59. }
  60. ]
  61. },
  62. {
  63. "id": "com.ibm.bi.storyAuthoringCoachmark",
  64. "toolItems": [
  65. {
  66. "id": "com.ibm.bi.dashboard.mode",
  67. "coachMark": {
  68. "title": "%editCoachMarkTitle",
  69. "contents": "%editCoachMarkContents"
  70. }
  71. }
  72. ]
  73. }
  74. ]
  75. }