thumbnails.json 691 B

1234567891011121314151617181920212223
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(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. "id": "com.ibm.bi.explore",
  6. "collectionItems": [],
  7. "toolItems": [
  8. {
  9. "id": "thumbnailBtn",
  10. "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
  11. "title": "%thumbnails_label",
  12. "label": "",
  13. "icon": "common-explore",
  14. "type": "Button",
  15. "class": "explore-card-list",
  16. "push": true,
  17. "actionController": "explore/contrib/thumbnail/slideout",
  18. "weight": 810
  19. }
  20. ]
  21. }
  22. ]
  23. }