1234567891011121314151617181920212223242526 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017, 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [
- {
- "id": "com.ibm.bi.explore",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.layoutExtension",
- "id": "com.ibm.bi.explore.layoutExtension.exploreLayouts",
- "name": "exploreLayouts",
- "extensions": {
- "authoringViews": {
- "exploreContainer": "explore/layout/ExploreContainerAuthoring",
- "exploreCard": "explore/layout/ExploreCardAuthoring"
- },
- "consumeViews": {
- "exploreContainer": "explore/layout/ExploreContainer",
- "exploreCard": "explore/layout/ExploreCard",
- "visPlaceholder": "explore/layout/VisPlaceholder"
- }
- }
- }
- ]
- }
- ]
- }
|