share_common.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:SHARE (C) Copyright IBM Corp. 2015, 2022. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "services": {
  4. ".Notification": "bi/notifications/service/NotificationService",
  5. ".Prompting": "bi/schedule/service/PromptingService"
  6. },
  7. "features": [{
  8. "id": "com.ibm.bi.share.common.css",
  9. "cssStyles": [
  10. "css/sharecommon/main.css",
  11. ]
  12. },{
  13. "id": "com.ibm.bi.schedule",
  14. "cssStyles": [
  15. "lib/jquery-ui/1.13.0/jquery-ui.min.css",
  16. "lib/bootstrap-timepicker/0.5.1/css/bootstrap-timepicker.css"
  17. ]
  18. },{
  19. "id": "com.ibm.bi.share",
  20. "toolItems": [{
  21. "id": "notifications",
  22. "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
  23. "type": "Button",
  24. "icon": "ba_portal-notifications_24",
  25. "class": "notification_button n10n_badge",
  26. "title": "%notification_btn",
  27. "weight": 15,
  28. "actionController": "bi/notifications/views/n10nBtnView",
  29. "push": true,
  30. "options": {
  31. "position": "right",
  32. "label": "%n10n_slideout_aria_label",
  33. "content": {
  34. "module": "bi/notifications/views/notificationView"
  35. },
  36. "width": 400
  37. }
  38. }]
  39. },
  40. {
  41. "id": "com.ibm.bi.legacy",
  42. "toolItems": [{
  43. "id": "myInbox",
  44. "containerId": "com.ibm.bi.glass.common.personalMenu",
  45. "type": "MenuContribution",
  46. "actionController": "bi/notifications/views/legacyAppButtonView",
  47. "items": [{
  48. "id": "legacy_myInbox",
  49. "label": "%legacy_myInbox_label",
  50. "weight": 31,
  51. "tool": "MyInbox",
  52. "environment": {
  53. "deviceTypes": ["desktop"]
  54. }
  55. }]
  56. },{
  57. "id": "myWatchItems",
  58. "containerId": "com.ibm.bi.glass.common.personalMenu",
  59. "type": "MenuContribution",
  60. "actionController": "bi/notifications/views/legacyAppButtonView",
  61. "items": [{
  62. "id": "legacy_myWatchItems",
  63. "label": "%legacy_myWatchItems_label",
  64. "weight": 30,
  65. "tool": "Subscriptions",
  66. "environment": {
  67. "deviceTypes": ["desktop"]
  68. }
  69. }]
  70. }
  71. ]
  72. }
  73. ]
  74. }