ca_dashboard.json 819 B

123456789101112131415161718192021222324252627
  1. {
  2. "services" : {
  3. ".DashboardUserProfileService" : {
  4. "module": "dashboard-core/js/ca/features/userProfile/CAUserProfile"
  5. },
  6. ".DashboardPreferences": "dashboard-core/js/ca/features/CADashboardPreferences/CADashboardPreferences",
  7. ".Palette" : "authoring-common/paletteService",
  8. ".DashboardContent" : "dashboard-core/js/ca/services/DashboardContentService",
  9. ".DashboardSettings" : "dashboard-core/js/ca/services/DashboardSettingsService"
  10. },
  11. "features": [
  12. {
  13. "id": "com.ibm.bi.dashboard",
  14. "collectionItems": [{
  15. "containerId": "com.ibm.bi.dashboard.templates",
  16. "id": "tab",
  17. "dataId": "tab",
  18. "excludedTemplates": ["Template14"]
  19. }, {
  20. "containerId": "com.ibm.bi.dashboard.templates",
  21. "id": "infographic",
  22. "dataId": "infographic",
  23. "excludedTemplates": []
  24. }]
  25. }
  26. ]
  27. }