123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "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.",
- "config": {
- "requirejs": {
- "paths": {
- "ba_portal": "{CDN_COMPONENT=ba-portal;CDN_VERSION={BUILD}}/js/ba_portal"
- }
- }
- },
- "services": {
- ".CommonIconService": {
- "module": "ba_portal/icons/CommonIconService",
- "priority": "immediate"
- }
- },
- "features": [{
- "id": "com.ibm.bi.glass.common",
- "cssStyles": [
- "{CDN_COMPONENT=wa-portal;CDN_VERSION={BUILD}}/css/ba_portal/ba_common.css"
- ],
- "toolItems": [{
- "id": "applicationSwitcher",
- "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
- "title": "%applicationSwitcher",
- "icon": "ba_portal-app_24",
- "type": "Menu",
- "class": "large applicationSwitcher",
- "weight": 1100
- },
- {
- "id": "home",
- "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
- "label": "%home_button",
- "type": "Button",
- "icon": "ba_portal-home_24",
- "weight": 1000,
- "actionController": "ba_portal/common/controllers/HomeActionController"
- },
- {
- "id": "createMenu",
- "containerId": "com.ibm.bi.glass.navbarTrailingGroup",
- "label": "%create_menu_label",
- "type": "Menu",
- "class": "createMenuButton",
- "icon": "ba_portal-create-new_24",
- "coachMark": {
- "title": "%newCoachMarkTitle",
- "contents": "%newCoachMarkContents"
- },
- "placement": "top",
- "weight": 0
- },
- {
- "id": "cognosLogo",
- "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
- "type": "Button",
- "class": "cognosIcon cognosLogo",
- "title": "theme.current.brandTextSmall",
- "icon": "theme.current.images.brandIconSmall",
- "weight": 995,
- "lensable": false,
- "actionController": "ba_portal/common/controllers/HomeActionController"
- },
- {
- "id": "viewSwitcher",
- "containerId": "com.ibm.bi.glass.appbarCenterGroup",
- "type": "Menu",
- "class": "switcher",
- "menuClass": "switcher",
- "title": "%switcherLabel",
- "actionController": "ba_portal/common/controllers/HomeActionController",
- "weight": 1000,
- "indent": false,
- "items": [{
- "id": "myHome",
- "label": "%myhome_label",
- "icon": "ba_portal-home_24",
- "lensable": false
- }]
- },
- {
- "id": "personalMenu",
- "containerId": "com.ibm.bi.glass.appbarTrailingGroup",
- "type": "Menu",
- "class": "medium",
- "weight": 10,
- "title": "%personal_menu",
- "icon": "ba_portal-user_24",
- "actionController": "ba_portal/common/controllers/AccountSettingsMenuController",
- "items": [{
- "id": "accountSettings",
- "label": "%personal_menu",
- "weight": 400
- }]
- },
- {
- "id": "persistentBanner",
- "containerId": "com.ibm.bi.glass.persistentBannerBarCenterGroup",
- "type": "baglass/app/plugins-react/PersistentBannerController",
- "title": "%alert_banner_title"
- }]
- }]
- }
|