notebook_widget.json 522 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "comment": "Notebook widget contribution to authoring",
  3. "features": [
  4. {
  5. "id": "com.ibm.bi.authoring.widgets",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.authoring.widgets",
  9. "id": "notebook",
  10. "label": "notebook",
  11. "widget": "notebook/ReportingWidget"
  12. }
  13. ]
  14. }
  15. ],
  16. "config": {
  17. "requirejs": {
  18. "paths": {
  19. "notebook": "js/notebook"
  20. },
  21. "map": {
  22. "*": {}
  23. },
  24. "bundles": {
  25. "notebook/bundles/reporting.bridge": [
  26. "notebook/ReportingWidget"
  27. ]
  28. }
  29. }
  30. }
  31. }