notebook_widget.json 652 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "comment": "Notebook widget contributions to dashboards",
  3. "features": [{
  4. "id": "com.ibm.bi.notebook.widgets",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.widgets",
  8. "id": "notebook",
  9. "label": "notebook",
  10. "builtin": true,
  11. "ownTitle": false,
  12. "createContentNode": false,
  13. "widget": "notebook/DashboardWidget",
  14. "layoutConsumeView": "dashboard/layout/views/Widget"
  15. }
  16. ]
  17. }],
  18. "config": {
  19. "requirejs": {
  20. "paths": {
  21. "notebook": "js/notebook"
  22. },
  23. "map": {
  24. "*": {}
  25. },
  26. "bundles": {
  27. "notebook/bundles/dashboard.bridge": [
  28. "notebook/DashboardWidget"
  29. ]
  30. }
  31. }
  32. }
  33. }