ba_frame.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2014, 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [{
  4. "id": "com.ibm.bi.glass",
  5. "toolBars": [{
  6. "id": "appbar",
  7. "position": "top",
  8. "class": "appbar",
  9. "role": "banner",
  10. "aria-label": "%label_app_bar",
  11. "environment": {
  12. "queryString": ["ui_appbar=true"]
  13. }
  14. }, {
  15. "id": "persistentBannerBar",
  16. "position": "top",
  17. "role": "banner",
  18. "aria-label": "%label_alert_bar",
  19. "label": "%label_alert_bar",
  20. "environment": {
  21. "queryString": ["ui_appbar=true"]
  22. }
  23. },
  24. {
  25. "id": "navbar",
  26. "position": "left",
  27. "class": "navbar",
  28. "role": "navigation",
  29. "aria-label": "%label_nav_bar",
  30. "environment": {
  31. "queryString": ["ui_navbar=true"]
  32. }
  33. }
  34. ],
  35. "toolItemGroups": [{
  36. "id": "appbarLeadingGroup",
  37. "containerId": "appbar",
  38. "position": "leading"
  39. },
  40. {
  41. "id": "appbarCenterGroup",
  42. "containerId": "appbar",
  43. "position": "center"
  44. },
  45. {
  46. "id": "appbarTrailingGroup",
  47. "containerId": "appbar",
  48. "position": "trailing"
  49. },
  50. {
  51. "id": "navbarLeadingGroup",
  52. "containerId": "navbar",
  53. "position": "leading"
  54. },
  55. {
  56. "id": "navbarTrailingGroup",
  57. "containerId": "navbar",
  58. "position": "trailing"
  59. },
  60. {
  61. "id": "persistentBannerBarCenterGroup",
  62. "containerId": "persistentBannerBar",
  63. "position": "center"
  64. }
  65. ]
  66. }]
  67. }