ca_common.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. "config": {
  4. "requirejs": {
  5. "paths": {
  6. "ca_portal": "{CDN_COMPONENT=ca-portal;CDN_VERSION={BUILD}}/js/ca_portal"
  7. }
  8. }
  9. },
  10. "features": [{
  11. "id": "com.ibm.bi.glass.common",
  12. "toolItems": [{
  13. "id": "createOther",
  14. "containerId": "com.ibm.bi.glass.common.createMenu",
  15. "type": "MenuContribution",
  16. "actionController": "ca_portal/features/legacyApps/MenuItemController",
  17. "items": [{
  18. "id": "createOther",
  19. "label": "%otherLabel",
  20. "icon": "ca_portal-other_24",
  21. "weight": 300,
  22. "slideout": true,
  23. "options": {
  24. "position": "left",
  25. "perspective": "home",
  26. "content": {
  27. "module": "ca_portal/features/legacyApps/LegacyPane",
  28. "id": "LegacyPane"
  29. }
  30. },
  31. "environment": {
  32. "deviceTypes": ["desktop"],
  33. "capabilities": [
  34. "canUsePlanningContributor",
  35. "canUseControllerStudio",
  36. "canUsePowerPlay",
  37. "canUseMetricStudio",
  38. "DO_NOT_SHOW_IN_COMPANION_APPS",
  39. "canUseEventStudio",
  40. "canUseDrillThroughAssistant",
  41. "canUseAnalysisStudio",
  42. "canUseQueryStudio",
  43. "canUseDashboardViewer"
  44. ]
  45. }
  46. }]
  47. },
  48. {
  49. "id": "operations",
  50. "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
  51. "type": "Menu",
  52. "icon": "common-menuoverflow",
  53. "weight": 20,
  54. "title": "%overflow_menu",
  55. "coachMark": {
  56. "title": "%createNewCoachMarkTitle",
  57. "contents": "%createNewCoachMarkContents"
  58. },
  59. "actionController": "ba_portal/common/controllers/HomeActionController",
  60. "items": [{
  61. "id": "setHome",
  62. "label": "%sethome_label"
  63. }]
  64. }
  65. ]
  66. }, {
  67. "id": "com.ibm.bi.glass.caPersonalMenu",
  68. "toolItems": [{
  69. "id": "ca_personalMenu",
  70. "containerId": "com.ibm.bi.glass.common.personalMenu",
  71. "type": "MenuContribution",
  72. "actionController": "ca_portal/common/controllers/MyMenuController",
  73. "items": [{
  74. "id": "myPreferences",
  75. "label": "%menuMyPreferences",
  76. "options": {
  77. "position": "right",
  78. "perspective": "home",
  79. "enableTabLooping": true,
  80. "content": {
  81. "module": "ca_portal/features/mypreferences/MyPreferences"
  82. }
  83. },
  84. "weight": 200
  85. },
  86. {
  87. "id": "about",
  88. "label": "%aboutLabel",
  89. "weight": 21
  90. },
  91. {
  92. "id": "com.ibm.bi.glass.common.login",
  93. "label": "%menuLogin",
  94. "weight": 20
  95. },
  96. {
  97. "id": "com.ibm.bi.glass.common.logout",
  98. "label": "%menuLogout",
  99. "weight": 10
  100. }
  101. ]
  102. }],
  103. "collectionContainers": [{
  104. "id": "settingsTabItems",
  105. "lensable": false
  106. }]
  107. },
  108. {
  109. "id": "actions",
  110. "actions":[
  111. {
  112. "id": "openMyPreferences",
  113. "description": "My Preferences slideout action",
  114. "items": [{
  115. "controller": "ca_portal/common/actions/OpenMyPreferencesAction",
  116. "weight": 900
  117. }]
  118. },
  119. {
  120. "id": "openCognosAnalyticsAboutBox",
  121. "description": "Shows a dialog about cognos",
  122. "items": [{
  123. "controller": "ca_portal/common/actions/OpenAboutCognosAction",
  124. "weight": 950
  125. }]
  126. }
  127. ]
  128. }],
  129. "services": {
  130. ".NPSService": {
  131. "module": "ca_portal/common/services/NPSService",
  132. "priority": "defer"
  133. }
  134. }
  135. }