123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "features": [
- {
- "id": "com.ibm.bi.dashboard.translationService",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.serviceExtension",
- "id": "com.ibm.bi.dashboard.translationService",
- "name": "TranslationService",
- "class": "dashboard-core/js/dashboard/services/TranslationService"
- }
- ]
- },
- {
- "id": "com.ibm.bi.dashboard.language.edit",
- "contextMenus": [
- {
- "id": "editLanguage",
- "containerId": "com.ibm.bi.dashboard.languageMenu",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/EditLanguageActionHandler",
- "type": "MenuContribution",
- "items": [
- {
- "id": "editLanguage",
- "label": "%editLanguage",
- "weight": 5
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.dashboard.language.switch",
- "contextMenus": [
- {
- "id": "switchLanguage",
- "containerId": "com.ibm.bi.dashboard.languageMenu",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/SwitchLanguageActionHandler",
- "type": "MenuContribution",
- "items": [
- {
- "id": "switchLanguage",
- "label": "%switchLanguage",
- "weight": 4
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.dashboard.language.remove",
- "contextMenus": [
- {
- "id": "removeLanguage",
- "containerId": "com.ibm.bi.dashboard.languageMenu",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/RemoveLanguageActionHandler",
- "type": "MenuContribution",
- "items": [
- {
- "id": "removeLanguage",
- "label": "%removeLanguage",
- "weight": 3
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.dashboard.language.setAsDefault",
- "contextMenus": [
- {
- "id": "setAsDefault",
- "containerId": "com.ibm.bi.dashboard.languageMenu",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/SetDefaultLanguageActionHandler",
- "type": "MenuContribution",
- "items": [
- {
- "id": "setDefaultLanguage",
- "label": "%setDefaultLanguage",
- "weight": 2
- }
- ]
- }
- ]
- },
- {
- "id": "com.ibm.bi.dashboard.language.download",
- "contextMenus": [
- {
- "id": "download",
- "containerId": "com.ibm.bi.dashboard.languageMenu",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/DownloadLanguageActionHandler",
- "type": "MenuContribution",
- "items": [
- {
- "id": "downloadLanguage",
- "label": "%downloadLanguage",
- "weight": 1
- }
- ]
- }
- ]
- }
- ]
- }
|