modeller-actions.json 629 B

123456789101112131415161718
  1. {
  2. "features": [{
  3. "id": "com.ibm.bi.home",
  4. "toolItems": [{
  5. "id": "ToggleSourceButton",
  6. "containerId": "com.ibm.bi.glass.navbarLeadingGroup",
  7. "type": "ca-modeller/bridge/EditPluginHandlerBridge",
  8. "icon": "database_32_v7",
  9. "label": "%sourceView",
  10. "coachMark": {
  11. "title": "%sourceViewCoachMarkTitle",
  12. "contents": "%sourceViewCoachMarkContents"
  13. },
  14. "actionController": "ca-modeller/bridge/EditActionHandlerBridge"
  15. }
  16. ]
  17. }]
  18. }