12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Storytelling (C) Copyright IBM Corp. 2019, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [{
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "Properties",
- "id": "com.ibm.bi.dashboard.content-features.properties",
- "class": "dashboard-core/js/features/common/properties/api/impl/Properties",
- "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "TopLevelPropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.topLevelProperties",
- "class": "dashboard-core/js/features/content/topLevelProperties/TopLevelPropertiesProvider",
- "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
- "dependencies": ["Properties"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "TimelinePropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.timelinePropertiesProvider",
- "class": "storytelling/features/properties/TimelinePropertiesProvider",
- "types":["widget", "group"],
- "dependencies": ["Properties"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "RevealPropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.revealPropertiesProvider",
- "class": "storytelling/features/properties/RevealPropertiesProvider",
- "types":["widget.live"],
- "dependencies": ["ViprPropertyProvider", "VisPropertyProvider"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "StoryTopLevelPropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.storyTopLevelPropertiesProvider",
- "class": "storytelling/features/properties/TopLevelPropertiesProvider",
- "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
- "dependencies": ["TopLevelPropertiesProvider"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "GuidedJourneyLayoutPropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.guidedJourneyLayoutPropertiesProvider",
- "class": "storytelling/features/properties/GuidedJourneyLayoutPropertiesProvider",
- "types": ["panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
- "dependencies": ["StoryTopLevelPropertiesProvider"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.core-features",
- "name": "storytellingPropertiesProvider",
- "id": "com.ibm.bi.dashboard.core-features.storytellingPropertiesProvider",
- "class": "storytelling/features/properties/StorytellingPropertiesProvider"
- }
- ]
- }]
- }
|