storytellingProperties.json 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "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.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.content-features",
  8. "name": "Properties",
  9. "id": "com.ibm.bi.dashboard.content-features.properties",
  10. "class": "dashboard-core/js/features/common/properties/api/impl/Properties",
  11. "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"]
  12. },
  13. {
  14. "containerId": "com.ibm.bi.dashboard.content-features",
  15. "name": "TopLevelPropertiesProvider",
  16. "id": "com.ibm.bi.dashboard.content-features.topLevelProperties",
  17. "class": "dashboard-core/js/features/content/topLevelProperties/TopLevelPropertiesProvider",
  18. "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
  19. "dependencies": ["Properties"]
  20. },
  21. {
  22. "containerId": "com.ibm.bi.dashboard.content-features",
  23. "name": "TimelinePropertiesProvider",
  24. "id": "com.ibm.bi.dashboard.content-features.timelinePropertiesProvider",
  25. "class": "storytelling/features/properties/TimelinePropertiesProvider",
  26. "types":["widget", "group"],
  27. "dependencies": ["Properties"]
  28. },
  29. {
  30. "containerId": "com.ibm.bi.dashboard.content-features",
  31. "name": "RevealPropertiesProvider",
  32. "id": "com.ibm.bi.dashboard.content-features.revealPropertiesProvider",
  33. "class": "storytelling/features/properties/RevealPropertiesProvider",
  34. "types":["widget.live"],
  35. "dependencies": ["ViprPropertyProvider", "VisPropertyProvider"]
  36. },
  37. {
  38. "containerId": "com.ibm.bi.dashboard.content-features",
  39. "name": "StoryTopLevelPropertiesProvider",
  40. "id": "com.ibm.bi.dashboard.content-features.storyTopLevelPropertiesProvider",
  41. "class": "storytelling/features/properties/TopLevelPropertiesProvider",
  42. "types":["slideshow", "panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
  43. "dependencies": ["TopLevelPropertiesProvider"]
  44. },
  45. {
  46. "containerId": "com.ibm.bi.dashboard.content-features",
  47. "name": "GuidedJourneyLayoutPropertiesProvider",
  48. "id": "com.ibm.bi.dashboard.content-features.guidedJourneyLayoutPropertiesProvider",
  49. "class": "storytelling/features/properties/GuidedJourneyLayoutPropertiesProvider",
  50. "types": ["panAndZoom1", "panAndZoom2", "panAndZoom3", "panAndZoom4", "panAndZoom5", "panAndZoom6"],
  51. "dependencies": ["StoryTopLevelPropertiesProvider"]
  52. },
  53. {
  54. "containerId": "com.ibm.bi.dashboard.core-features",
  55. "name": "storytellingPropertiesProvider",
  56. "id": "com.ibm.bi.dashboard.core-features.storytellingPropertiesProvider",
  57. "class": "storytelling/features/properties/StorytellingPropertiesProvider"
  58. }
  59. ]
  60. }]
  61. }