123456789101112131415161718192021222324252627 |
- {
- "services" : {
- ".DashboardUserProfileService" : {
- "module": "dashboard-core/js/ca/features/userProfile/CAUserProfile"
- },
- ".DashboardPreferences": "dashboard-core/js/ca/features/CADashboardPreferences/CADashboardPreferences",
- ".Palette" : "authoring-common/paletteService",
- ".DashboardContent" : "dashboard-core/js/ca/services/DashboardContentService",
- ".DashboardSettings" : "dashboard-core/js/ca/services/DashboardSettingsService"
- },
- "features": [
- {
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [{
- "containerId": "com.ibm.bi.dashboard.templates",
- "id": "tab",
- "dataId": "tab",
- "excludedTemplates": ["Template14"]
- }, {
- "containerId": "com.ibm.bi.dashboard.templates",
- "id": "infographic",
- "dataId": "infographic",
- "excludedTemplates": []
- }]
- }
- ]
- }
|