ba_common.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 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. "ba_portal": "{CDN_COMPONENT=ba-portal;CDN_VERSION={BUILD}}/js/ba_portal"
  7. }
  8. }
  9. },
  10. "services": {
  11. ".CommonIconService": {
  12. "module": "ba_portal/icons/CommonIconService",
  13. "priority": "immediate"
  14. }
  15. },
  16. "features": [{
  17. "id": "com.ibm.bi.glass.common",
  18. "cssStyles": [
  19. "{CDN_COMPONENT=wa-portal;CDN_VERSION={BUILD}}/css/ba_portal/ba_common.css"
  20. ],
  21. "toolItems": [{
  22. "id": "applicationSwitcher",
  23. "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
  24. "title": "%applicationSwitcher",
  25. "icon": "ba_portal-app_24",
  26. "type": "Menu",
  27. "class": "large applicationSwitcher",
  28. "weight": 1100
  29. },
  30. {
  31. "id": "home",
  32. "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
  33. "label": "%home_button",
  34. "type": "Button",
  35. "icon": "ba_portal-home_24",
  36. "weight": 1000,
  37. "actionController": "ba_portal/common/controllers/HomeActionController"
  38. },
  39. {
  40. "id": "createMenu",
  41. "containerId": "com.ibm.bi.glass.navbarTrailingGroup",
  42. "label": "%create_menu_label",
  43. "type": "Menu",
  44. "class": "createMenuButton",
  45. "icon": "ba_portal-create-new_24",
  46. "coachMark": {
  47. "title": "%newCoachMarkTitle",
  48. "contents": "%newCoachMarkContents"
  49. },
  50. "placement": "top",
  51. "weight": 0
  52. },
  53. {
  54. "id": "cognosLogo",
  55. "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
  56. "type": "Button",
  57. "class": "cognosIcon cognosLogo",
  58. "title": "theme.current.brandTextSmall",
  59. "icon": "theme.current.images.brandIconSmall",
  60. "weight": 995,
  61. "lensable": false,
  62. "actionController": "ba_portal/common/controllers/HomeActionController"
  63. },
  64. {
  65. "id": "viewSwitcher",
  66. "containerId": "com.ibm.bi.glass.appbarCenterGroup",
  67. "type": "Menu",
  68. "class": "switcher",
  69. "menuClass": "switcher",
  70. "title": "%switcherLabel",
  71. "actionController": "ba_portal/common/controllers/HomeActionController",
  72. "weight": 1000,
  73. "indent": false,
  74. "items": [{
  75. "id": "myHome",
  76. "label": "%myhome_label",
  77. "icon": "ba_portal-home_24",
  78. "lensable": false
  79. }]
  80. },
  81. {
  82. "id": "personalMenu",
  83. "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
  84. "type": "Menu",
  85. "class": "medium",
  86. "weight": 10,
  87. "title": "%personal_menu",
  88. "icon": "ba_portal-user_24",
  89. "actionController": "ba_portal/common/controllers/AccountSettingsMenuController",
  90. "items": [{
  91. "id": "accountSettings",
  92. "label": "%personal_menu",
  93. "weight": 400
  94. }]
  95. },
  96. {
  97. "id": "persistentBanner",
  98. "containerId": "com.ibm.bi.glass.persistentBannerBarCenterGroup",
  99. "type": "baglass/app/plugins-react/PersistentBannerController",
  100. "title": "%alert_banner_title"
  101. }]
  102. }]
  103. }