12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "perspective": "common",
- "features": [{
- "id": "common.navBarAction",
- "actions":[
- {
- "id": "hideNavBarItemLabelsAction",
- "description": "Hides glass UI navbar labels",
- "items": [{
- "controller": "caglass/actions/HideNavBarItemLabelsAction",
- "weight": 950
- }]
- },
- {
- "id": "showNavBarItemLabelsAction",
- "description": "Shows glass UI navbar labels",
- "items": [{
- "controller": "caglass/actions/ShowNavBarItemLabelsAction",
- "weight": 955
- }]
- },
- ]
- }],
- "config": {
- "requirejs": {
- "bundles": {
- "caglass/bridge/HideNavBarItemLabelsAction.bridge": [
- "actions/HideNavBarItemLabelsAction"
- ],
- "caglass/bridge/ShowNavBarItemLabelsAction.bridge": [
- "actions/ShowNavBarItemLabelsAction"
- ]
- }
- }
- }
- }
|