application.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Reporting (C) Copyright IBM Corp. 2017, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "label": "Data sets",
  4. "features":
  5. [
  6. {
  7. "id": "com.ibm.bi.datasets",
  8. "svgImages": ["images/datasets_icons.svg"],
  9. "excludeFeatures" : [],
  10. "excludeItems" : [],
  11. "cssStyles" : ["css/authoring/authoring.css"],
  12. "content":
  13. {
  14. "module": "bi/authoring/rsContentView"
  15. },
  16. "toolItems":
  17. [
  18. {
  19. "id" : "com.ibm.bi.authoring.saveAsBtn",
  20. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  21. "icon": "common-save",
  22. "type": "Menu",
  23. "actionController": "bi/authoring/plugins/rsAppSaveAsMenuActions",
  24. "title": "%toolTip_Save",
  25. "weight": 990,
  26. "items" :
  27. [
  28. {
  29. "id" : "dataset_save",
  30. "label" : "%menuLabel_Save"
  31. },
  32. {
  33. "id" : "com.ibm.bi.authoring.save_as",
  34. "label" : "%menuLabel_Save_as"
  35. },
  36. {
  37. "id" : "refresh",
  38. "label" : "%menuLabel_Refresh"
  39. }
  40. ]
  41. },
  42. {
  43. "id" : "com.ibm.bi.authoring.undoBtn",
  44. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  45. "icon": "common-undo",
  46. "type": "Button",
  47. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  48. "title": "%toolTip_Undo",
  49. "weight": 970
  50. },
  51. {
  52. "id" : "com.ibm.bi.authoring.redoBtn",
  53. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  54. "icon": "common-redo",
  55. "type": "Button",
  56. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  57. "title": "%toolTip_Redo",
  58. "weight": 960
  59. },
  60. {
  61. "id" : "overflow",
  62. "containerId" : "com.ibm.bi.glass.common.operations",
  63. "type": "MenuContribution",
  64. "actionController": "bi/authoring/plugins/rsAppMenuActions",
  65. "items" :
  66. [
  67. {
  68. "id" : "editOverflow_setParameters",
  69. "label" : "%menuLabel_Set_Parameters"
  70. }
  71. ]
  72. }
  73. ]
  74. }
  75. ],
  76. "localizationFileName": "rs_application"
  77. }