NotebookWidgetFeatures.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 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.notebook-widget",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.content-features",
  8. "name": "NotebookWidgetCoreWidget",
  9. "id": "com.ibm.bi.dashboard.notebook-widget.core-widget",
  10. "class": "notebook/DashboardWidgetCoreWidget",
  11. "types":["widget.notebook"]
  12. }, {
  13. "containerId": "com.ibm.bi.dashboard.content-features",
  14. "name": "NotebookWidgetPropertiesProvider",
  15. "id": "com.ibm.bi.dashboard.notebook-widget.properties-provider",
  16. "class": "notebook/DashboardWidgetPropertiesProvider",
  17. "types":["widget.notebook"],
  18. "dependencies": ["Properties"]
  19. }
  20. ]
  21. }],
  22. "config": {
  23. "requirejs": {
  24. "paths": {
  25. "notebook": "js/notebook"
  26. },
  27. "map": {
  28. "*": {}
  29. },
  30. "bundles": {
  31. "notebook/bundles/dashboard.bridge": [
  32. "notebook/DashboardWidgetPropertiesProvider",
  33. "notebook/DashboardWidgetCoreWidget"
  34. ]
  35. }
  36. }
  37. }
  38. }