application.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "copyright": "US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "label": "Explore",
  4. "localizationFileName": "explore-application",
  5. "inherits": "dashboard",
  6. "features": [{
  7. "id": "com.ibm.bi.explore",
  8. "svgImages": [
  9. "resources/explore/images/explore_icons.svg"
  10. ],
  11. "environment": {
  12. "capabilities": [ "canUseExploration" ]
  13. },
  14. "toolItems": [
  15. {
  16. "id": "pin",
  17. "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
  18. "title": "%pin_label",
  19. "label": "",
  20. "type": "Button",
  21. "icon": "dashboard-pin",
  22. "push": true,
  23. "actionController": "dashboard/glass/controllers/PinningActionHandler",
  24. "coachMark": {
  25. "title": "%openPinsPanelCoachMarkTitle",
  26. "contents": "%openPinsPanelCoachMarkContent"
  27. },
  28. "content": {
  29. "module": "explore/contrib/pinning/PinView"
  30. },
  31. "weight": 795,
  32. "role": "button"
  33. }
  34. ],
  35. "content": {
  36. "module": "explore/view",
  37. "options": {
  38. "config": {
  39. "assetTags": [ "explore" ],
  40. "pageContainerType": "exploreCard",
  41. "smartTitle": true,
  42. "showTabs": true,
  43. "enableCustomDataSelection": true,
  44. "thumbnail": {
  45. "size": {
  46. "height": 83,
  47. "width": 135
  48. }
  49. },
  50. "usePreferredSize": false,
  51. "enableInteractions": true,
  52. "toolbar": false,
  53. "selection": {
  54. "deselectionSelector": "explore/interactions/deselection"
  55. },
  56. "interactions": {
  57. "selection": "explore/interactions/selection",
  58. "move": false,
  59. "resize": false,
  60. "expand": false,
  61. "group": false,
  62. "order": false,
  63. "delete": false,
  64. "duplicate": false,
  65. "moveGroupContent": false,
  66. "eventGroup": false,
  67. "drillThrough": false,
  68. "changeVis": false,
  69. "editTitle": false,
  70. "launchExplore": false,
  71. "editNotebookWidget": false
  72. },
  73. "hostApplicationName": ".ExploreHost",
  74. "remainSelectedOnPin": true,
  75. "profile": "explore"
  76. }
  77. }
  78. },
  79. "collectionContainers": [
  80. {
  81. "id": "toolbar",
  82. "label": "contributed toolbar items",
  83. "lensable": false
  84. }
  85. ],
  86. "excludeItems": [
  87. "com.ibm.bi.dashboard.mode",
  88. "com.ibm.bi.dashboard.fullScreen",
  89. "com.ibm.bi.dashboard.eventGroup",
  90. "com.ibm.bi.dashboard.shapes",
  91. "com.ibm.bi.dashboard.intentSearchBtn",
  92. "com.ibm.bi.dashboard.live-visualizationsBtn",
  93. "com.ibm.bi.dashboard.widgetsPanel",
  94. "com.ibm.bi.dashboard.customWidget",
  95. "com.ibm.bi.dashboard.propertyBtn",
  96. "com.ibm.bi.dashboard.pin",
  97. "com.ibm.bi.dashboard.filterDock.layoutExtension",
  98. "com.ibm.bi.dashboard.filterDockCollapseControl.layoutExtension"
  99. ]
  100. }],
  101. "config": {
  102. "requirejs": {
  103. "paths": {
  104. "explore": "js/explore",
  105. "explore-common": "js/explore/bundles/explore-common.min"
  106. },
  107. "map": {
  108. "*": {}
  109. },
  110. "bundles": {
  111. "explore/bundles/action-handlers.bridge": [
  112. "explore/create"
  113. ],
  114. "explore/bundles/dashboard-extensions.bridge": [
  115. "explore/badges",
  116. "explore/chartInsights",
  117. "explore/crosshairs",
  118. "explore/summarizer",
  119. "explore/image-capture",
  120. "explore/visTitleFetcher",
  121. "explore/visProperties",
  122. "explore/showByAction",
  123. "explore/showByView"
  124. ],
  125. "explore/bundles/glass.bridge": [
  126. "explore/contrib/thumbnail/slideout",
  127. "explore/contrib/thumbnail/extension"
  128. ],
  129. "explore/bundles/component.bridge": [
  130. "explore/view",
  131. "explore/layout/container/consume",
  132. "explore/layout/container/authoring",
  133. "explore/layout/base"
  134. ]
  135. }
  136. }
  137. }
  138. }