classicviewer.json 638 B

12345678910111213141516171819202122
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Reporting (C) Copyright IBM Corp. 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features":
  4. [
  5. {
  6. "id": "com.ibm.bi.classicviewer",
  7. "contextMenus":
  8. [
  9. {
  10. "id": "listMenuContributionEditReport",
  11. "containerId": "com.ibm.bi.contentApps.listViewMenu",
  12. "actionController": "bi/classicviewer/plugins/cvContextMenuActions",
  13. "type": "MenuContribution",
  14. "items":
  15. [
  16. ]
  17. }
  18. ]
  19. }
  20. ],
  21. "localizationFileName": "rs_classicviewer"
  22. }