1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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.",
- "features": [{
- "id": "com.ibm.bi.dashboard.notebook-widget",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "NotebookWidgetCoreWidget",
- "id": "com.ibm.bi.dashboard.notebook-widget.core-widget",
- "class": "notebook/DashboardWidgetCoreWidget",
- "types":["widget.notebook"]
- }, {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "NotebookWidgetPropertiesProvider",
- "id": "com.ibm.bi.dashboard.notebook-widget.properties-provider",
- "class": "notebook/DashboardWidgetPropertiesProvider",
- "types":["widget.notebook"],
- "dependencies": ["Properties"]
- }
- ]
- }],
- "config": {
- "requirejs": {
- "paths": {
- "notebook": "js/notebook"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "notebook/bundles/dashboard.bridge": [
- "notebook/DashboardWidgetPropertiesProvider",
- "notebook/DashboardWidgetCoreWidget"
- ]
- }
- }
- }
- }
|