share_authoring.json 930 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:SHARE (C) Copyright IBM Corp. 2015, 2015. 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.share",
  7. "toolItems":
  8. [
  9. {
  10. "id" : "subscriptions",
  11. "containerId" : "com.ibm.bi.glass.common.operations",
  12. "type": "MenuContribution",
  13. "actionController": "bi/schedule/views/SubscriptionButtonView",
  14. "items":[
  15. {
  16. "id": "start_notify_me",
  17. "label": "%start_notify_me_label",
  18. "weight": 250
  19. },
  20. {
  21. "id": "stop_notify_me",
  22. "label": "%stop_notify_me_label",
  23. "weight": 240
  24. },
  25. {
  26. "id": "subscribe",
  27. "label": "%subscribe_label",
  28. "environment": { "capabilities": ["canUseSchedulingByDay"] }
  29. }
  30. ]
  31. }
  32. ]
  33. }
  34. ]
  35. }