123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2019, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "label": "Dashboard Template",
- "inherits": "dashboard",
- "features": [{
- "id": "com.ibm.bi.dashboardTemplate",
- "content": {
- "module": "dashboard-core/js/dashboard/glass/dashboard/DashboardTemplateView",
- "options": {
- "config": {
- "assetTags": [
- "dashboard_template"
- ],
- "focusModeDisabled": true,
- "saveThumbnail" : true
- }
- }
- },
- "excludeItems": [
- "com.ibm.bi.assistant.conversation",
- "com.ibm.bi.dashboard.dataSources.sourcesBtn",
- "com.ibm.bi.dashboard.exportPdf",
- "com.ibm.bi.dashboard.features.FullScreen",
- "com.ibm.bi.dashboard.features.lassoSelectAction",
- "com.ibm.bi.dashboard.features.pinAction",
- "com.ibm.bi.dashboard.features.SlotEditorState",
- "com.ibm.bi.dashboard.filterDock.layoutExtension",
- "com.ibm.bi.dashboard.filterDockCollapseControl.layoutExtension",
- "com.ibm.bi.dashboard.pin",
- "com.ibm.ca.conversation.conversation"
- ],
- "toolItems": [{
- "id": "com.ibm.bi.dashboard.mode",
- "title": "%edit_only_label",
- "type": "dashboard-core/js/dashboard/glass/controllers/DisabledActionHandler",
- "actionController": "dashboard-core/js/dashboard/glass/controllers/DisabledActionHandler"
- }],
- "collectionItems":[{
- "id": "com.ibm.bi.dashboard.widgets.multipurpose",
- "sections": [ "basicWidgets" ],
- "icon": "dashboard-type-tools",
- "properties": [{
- "id": "fillColor",
- "type": "ColorPicker",
- "label": "%propFillColor",
- "showHexValue": true,
- "addButton": true,
- "open": false,
- "ariaLabel": "%propFillColor",
- "paletteType": "DashboardColorSet",
- "defaultValue": "transparent",
- "tabName": "%tabName_general",
- "sectionName": "%sectionName_appearance"
- }, {
- "id": "borderColor",
- "type": "ColorPicker",
- "label": "%propBorderColor",
- "showHexValue": true,
- "addButton": true,
- "open": false,
- "ariaLabel": "%propBorderColor",
- "paletteType": "DashboardColorSet",
- "defaultValue": "transparent",
- "tabName": "%tabName_general",
- "sectionName": "%sectionName_appearance"
- }],
- "propertyList": [{
- "id": "fillColor",
- "editor": {
- "sectionId": "general.appearance",
- "uiControl": {
- "type": "ColorPicker",
- "label": "%propFillColor",
- "showHexValue": true,
- "addButton": true,
- "open": false,
- "ariaLabel": "%propFillColor",
- "paletteType": "DashboardColorSet",
- "defaultValue": "color1"
- }
- }
- },{
- "id": "borderColor",
- "editor": {
- "sectionId": "general.appearance",
- "uiControl": {
- "type": "ColorPicker",
- "label": "%propBorderColor",
- "showHexValue": true,
- "addButton": true,
- "open": false,
- "ariaLabel": "%propBorderColor",
- "paletteType": "DashboardColorSet",
- "defaultValue": "transparent"
- }
- }
- }]
- }]
- }]
- }
|