ca_actions.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "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.",
  3. "perspective": "common",
  4. "features": [{
  5. "id": "common.navBarAction",
  6. "actions":[
  7. {
  8. "id": "hideNavBarItemLabelsAction",
  9. "description": "Hides glass UI navbar labels",
  10. "items": [{
  11. "controller": "caglass/actions/HideNavBarItemLabelsAction",
  12. "weight": 950
  13. }]
  14. },
  15. {
  16. "id": "showNavBarItemLabelsAction",
  17. "description": "Shows glass UI navbar labels",
  18. "items": [{
  19. "controller": "caglass/actions/ShowNavBarItemLabelsAction",
  20. "weight": 955
  21. }]
  22. },
  23. ]
  24. }],
  25. "config": {
  26. "requirejs": {
  27. "bundles": {
  28. "caglass/bridge/HideNavBarItemLabelsAction.bridge": [
  29. "actions/HideNavBarItemLabelsAction"
  30. ],
  31. "caglass/bridge/ShowNavBarItemLabelsAction.bridge": [
  32. "actions/ShowNavBarItemLabelsAction"
  33. ]
  34. }
  35. }
  36. }
  37. }