123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "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.",
- "services": {
- ".Notification": "bi/notifications/service/NotificationService",
- ".Prompting": "bi/schedule/service/PromptingService"
- },
- "features": [{
- "id": "com.ibm.bi.share.common.css",
- "cssStyles": [
- "css/sharecommon/main.css",
- ]
- },{
- "id": "com.ibm.bi.schedule",
- "cssStyles": [
- "lib/jquery-ui/1.13.0/jquery-ui.min.css",
- "lib/bootstrap-timepicker/0.5.1/css/bootstrap-timepicker.css"
- ]
- },{
- "id": "com.ibm.bi.share",
- "toolItems": [{
- "id": "notifications",
- "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
- "type": "Button",
- "icon": "ba_portal-notifications_24",
- "class": "notification_button n10n_badge",
- "title": "%notification_btn",
- "weight": 15,
- "actionController": "bi/notifications/views/n10nBtnView",
- "push": true,
- "options": {
- "position": "right",
- "label": "%n10n_slideout_aria_label",
- "content": {
- "module": "bi/notifications/views/notificationView"
- },
- "width": 400
- }
- }]
- },
- {
- "id": "com.ibm.bi.legacy",
- "toolItems": [{
- "id": "myInbox",
- "containerId": "com.ibm.bi.glass.common.personalMenu",
- "type": "MenuContribution",
- "actionController": "bi/notifications/views/legacyAppButtonView",
- "items": [{
- "id": "legacy_myInbox",
- "label": "%legacy_myInbox_label",
- "weight": 31,
- "tool": "MyInbox",
- "environment": {
- "deviceTypes": ["desktop"]
- }
- }]
- },{
- "id": "myWatchItems",
- "containerId": "com.ibm.bi.glass.common.personalMenu",
- "type": "MenuContribution",
- "actionController": "bi/notifications/views/legacyAppButtonView",
- "items": [{
- "id": "legacy_myWatchItems",
- "label": "%legacy_myWatchItems_label",
- "weight": 30,
- "tool": "Subscriptions",
- "environment": {
- "deviceTypes": ["desktop"]
- }
- }]
- }
- ]
- }
- ]
- }
|