123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "copyright": "US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "label": "Explore",
- "localizationFileName": "explore-application",
- "inherits": "dashboard",
- "features": [{
- "id": "com.ibm.bi.explore",
- "svgImages": [
- "resources/explore/images/explore_icons.svg"
- ],
- "environment": {
- "capabilities": [ "canUseExploration" ]
- },
- "toolItems": [
- {
- "id": "pin",
- "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
- "title": "%pin_label",
- "label": "",
- "type": "Button",
- "icon": "dashboard-pin",
- "push": true,
- "actionController": "dashboard/glass/controllers/PinningActionHandler",
- "coachMark": {
- "title": "%openPinsPanelCoachMarkTitle",
- "contents": "%openPinsPanelCoachMarkContent"
- },
- "content": {
- "module": "explore/contrib/pinning/PinView"
- },
- "weight": 795,
- "role": "button"
- }
- ],
- "content": {
- "module": "explore/view",
- "options": {
- "config": {
- "assetTags": [ "explore" ],
- "pageContainerType": "exploreCard",
- "smartTitle": true,
- "showTabs": true,
- "enableCustomDataSelection": true,
- "thumbnail": {
- "size": {
- "height": 83,
- "width": 135
- }
- },
- "usePreferredSize": false,
- "enableInteractions": true,
- "toolbar": false,
- "selection": {
- "deselectionSelector": "explore/interactions/deselection"
- },
- "interactions": {
- "selection": "explore/interactions/selection",
- "move": false,
- "resize": false,
- "expand": false,
- "group": false,
- "order": false,
- "delete": false,
- "duplicate": false,
- "moveGroupContent": false,
- "eventGroup": false,
- "drillThrough": false,
- "changeVis": false,
- "editTitle": false,
- "launchExplore": false,
- "editNotebookWidget": false
- },
- "hostApplicationName": ".ExploreHost",
- "remainSelectedOnPin": true,
- "profile": "explore"
- }
- }
- },
- "collectionContainers": [
- {
- "id": "toolbar",
- "label": "contributed toolbar items",
- "lensable": false
- }
- ],
- "excludeItems": [
- "com.ibm.bi.dashboard.mode",
- "com.ibm.bi.dashboard.fullScreen",
- "com.ibm.bi.dashboard.eventGroup",
- "com.ibm.bi.dashboard.shapes",
- "com.ibm.bi.dashboard.intentSearchBtn",
- "com.ibm.bi.dashboard.live-visualizationsBtn",
- "com.ibm.bi.dashboard.widgetsPanel",
- "com.ibm.bi.dashboard.customWidget",
- "com.ibm.bi.dashboard.propertyBtn",
- "com.ibm.bi.dashboard.pin",
- "com.ibm.bi.dashboard.filterDock.layoutExtension",
- "com.ibm.bi.dashboard.filterDockCollapseControl.layoutExtension"
- ]
- }],
- "config": {
- "requirejs": {
- "paths": {
- "explore": "js/explore",
- "explore-common": "js/explore/bundles/explore-common.min"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "explore/bundles/action-handlers.bridge": [
- "explore/create"
- ],
- "explore/bundles/dashboard-extensions.bridge": [
- "explore/badges",
- "explore/chartInsights",
- "explore/crosshairs",
- "explore/summarizer",
- "explore/image-capture",
- "explore/visTitleFetcher",
- "explore/visProperties",
- "explore/showByAction",
- "explore/showByView"
- ],
- "explore/bundles/glass.bridge": [
- "explore/contrib/thumbnail/slideout",
- "explore/contrib/thumbnail/extension"
- ],
- "explore/bundles/component.bridge": [
- "explore/view",
- "explore/layout/container/consume",
- "explore/layout/container/authoring",
- "explore/layout/base"
- ]
- }
- }
- }
- }
|