ca_pinning.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp.2020. 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.dashboard",
  6. "toolItems": [{
  7. "id": "pin",
  8. "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
  9. "title": "%pin_label",
  10. "label": "",
  11. "type": "Button",
  12. "icon": "dashboard-pin",
  13. "push": true,
  14. "actionController": "dashboard-core/js/dashboard/glass/controllers/PinningActionHandler",
  15. "coachMark": {
  16. "title": "%openPinsPanelCoachMarkTitle",
  17. "contents": "%openPinsPanelCoachMarkContent"
  18. },
  19. "weight": 795,
  20. "role": "button"
  21. }],
  22. "collectionItems": [{
  23. "containerId": "com.ibm.bi.dashboard.features",
  24. "name": "pinAction",
  25. "id": "com.ibm.bi.dashboard.features.pinAction",
  26. "class": "dashboard-core/js/features/dashboard/actions/pinAction/PinAction",
  27. "dependencies": ["API", "ContentActions", "Icons"]
  28. }]
  29. }
  30. ]
  31. }