123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "copyright":"Licensed Materials - Property of IBM. IBM Cognos Products: Notebook Copyright IBM Corp.2018,2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "label":"Notebook",
- "localizationFileName": "notebook-application",
- "features": [{
- "id": "com.ibm.bi.notebook",
- "toolItems":
- [
- {
- "id": "saveMenu",
- "containerId": "com.ibm.bi.glass.appbarLeadingGroup",
- "title": "%save_label",
- "label": "",
- "type": "Menu",
- "icon": "common-save",
- "weight": 990,
- "defaultAction": "com.ibm.bi.notebook.save",
- "actionController": "notebook/NotebookSaveActionHandler",
- "items":
- [
- {
- "id": "save",
- "label": "%save_label",
- "icon": "common-save",
- "weight": 500
- },
- {
- "id": "saveAs",
- "label": "%saveas_label",
- "icon": "common-save",
- "weight": 400
- }
- ]
- },
- {
- "id" : "insertableDataBtn",
- "containerId" : "com.ibm.bi.glass.navbarLeadingGroup",
- "icon": "tree-view_32",
- "label":"%sources",
- "type": "Button",
- "actionController": "notebook/NewDatasetActionHandler",
- "weight": 1000,
- "environment": {
- "capabilities": [
- "canEditJupyterNotebook"
- ]
- }
- }
- ],
- "excludeItems":
- [
- "com.ibm.bi.contentApps.teamFoldersSlideout",
- "com.ibm.bi.contentApps.myContentFoldersSlideout",
- "com.ibm.bi.contentApps.customFoldersSlideout",
- "com.ibm.bi.contentApps.mruSlideout",
- "com.ibm.bi.glass.common.operations",
- "com.ibm.bi.search.search",
- "com.ibm.ca.conversation.conversation"
- ],
- "content": {
- "module": "notebook/NotebookView"
- }
- }],
- "config": {
- "requirejs": {
- "paths": {
- "notebook": "js/notebook"
- },
- "map": {
- "*": {}
- },
- "bundles": {
- "notebook/bundles/component.bridge": [
- "notebook/NewDatasetActionHandler",
- "notebook/NotebookSaveActionHandler",
- "notebook/NotebookView"
- ]
- }
- }
- }
- }
|