12345678910111213141516171819202122232425262728293031 |
- {
- "comment": "Notebook widget contribution to authoring",
- "features": [
- {
- "id": "com.ibm.bi.authoring.widgets",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.authoring.widgets",
- "id": "notebook",
- "label": "notebook",
- "widget": "notebook/ReportingWidget"
- }
- ]
- }
- ],
- "config": {
- "requirejs": {
- "paths": {
- "notebook": "js/notebook"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "notebook/bundles/reporting.bridge": [
- "notebook/ReportingWidget"
- ]
- }
- }
- }
- }
|