links.json 588 B

12345678910111213141516171819202122
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [
  4. {
  5. "id": "com.ibm.bi.explore",
  6. "toolItems": [
  7. {
  8. "id": "links",
  9. "containerId": "com.ibm.bi.glass.common.applicationHelp",
  10. "type": "MenuContribution",
  11. "actionController": "explore/links",
  12. "items": [
  13. {
  14. "id": "tutorials",
  15. "label": "%tutorials"
  16. }
  17. ]
  18. }
  19. ]
  20. }
  21. ]
  22. }