123456789101112131415161718192021222324252627282930313233 |
- {
- "comment": "Notebook widget contributions to dashboards",
- "features": [{
- "id": "com.ibm.bi.notebook.widgets",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.widgets",
- "id": "notebook",
- "label": "notebook",
- "builtin": true,
- "ownTitle": false,
- "createContentNode": false,
- "widget": "notebook/DashboardWidget",
- "layoutConsumeView": "dashboard/layout/views/Widget"
- }
- ]
- }],
- "config": {
- "requirejs": {
- "paths": {
- "notebook": "js/notebook"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "notebook/bundles/dashboard.bridge": [
- "notebook/DashboardWidget"
- ]
- }
- }
- }
- }
|