application.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "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.",
  3. "label": "Dashboard Template",
  4. "inherits": "dashboard",
  5. "features": [{
  6. "id": "com.ibm.bi.dashboardTemplate",
  7. "content": {
  8. "module": "dashboard-core/js/dashboard/glass/dashboard/DashboardTemplateView",
  9. "options": {
  10. "config": {
  11. "assetTags": [
  12. "dashboard_template"
  13. ],
  14. "focusModeDisabled": true,
  15. "saveThumbnail" : true
  16. }
  17. }
  18. },
  19. "excludeItems": [
  20. "com.ibm.bi.assistant.conversation",
  21. "com.ibm.bi.dashboard.dataSources.sourcesBtn",
  22. "com.ibm.bi.dashboard.exportPdf",
  23. "com.ibm.bi.dashboard.features.FullScreen",
  24. "com.ibm.bi.dashboard.features.lassoSelectAction",
  25. "com.ibm.bi.dashboard.features.pinAction",
  26. "com.ibm.bi.dashboard.features.SlotEditorState",
  27. "com.ibm.bi.dashboard.filterDock.layoutExtension",
  28. "com.ibm.bi.dashboard.filterDockCollapseControl.layoutExtension",
  29. "com.ibm.bi.dashboard.pin",
  30. "com.ibm.ca.conversation.conversation"
  31. ],
  32. "toolItems": [{
  33. "id": "com.ibm.bi.dashboard.mode",
  34. "title": "%edit_only_label",
  35. "type": "dashboard-core/js/dashboard/glass/controllers/DisabledActionHandler",
  36. "actionController": "dashboard-core/js/dashboard/glass/controllers/DisabledActionHandler"
  37. }],
  38. "collectionItems":[{
  39. "id": "com.ibm.bi.dashboard.widgets.multipurpose",
  40. "sections": [ "basicWidgets" ],
  41. "icon": "dashboard-type-tools",
  42. "properties": [{
  43. "id": "fillColor",
  44. "type": "ColorPicker",
  45. "label": "%propFillColor",
  46. "showHexValue": true,
  47. "addButton": true,
  48. "open": false,
  49. "ariaLabel": "%propFillColor",
  50. "paletteType": "DashboardColorSet",
  51. "defaultValue": "transparent",
  52. "tabName": "%tabName_general",
  53. "sectionName": "%sectionName_appearance"
  54. }, {
  55. "id": "borderColor",
  56. "type": "ColorPicker",
  57. "label": "%propBorderColor",
  58. "showHexValue": true,
  59. "addButton": true,
  60. "open": false,
  61. "ariaLabel": "%propBorderColor",
  62. "paletteType": "DashboardColorSet",
  63. "defaultValue": "transparent",
  64. "tabName": "%tabName_general",
  65. "sectionName": "%sectionName_appearance"
  66. }],
  67. "propertyList": [{
  68. "id": "fillColor",
  69. "editor": {
  70. "sectionId": "general.appearance",
  71. "uiControl": {
  72. "type": "ColorPicker",
  73. "label": "%propFillColor",
  74. "showHexValue": true,
  75. "addButton": true,
  76. "open": false,
  77. "ariaLabel": "%propFillColor",
  78. "paletteType": "DashboardColorSet",
  79. "defaultValue": "color1"
  80. }
  81. }
  82. },{
  83. "id": "borderColor",
  84. "editor": {
  85. "sectionId": "general.appearance",
  86. "uiControl": {
  87. "type": "ColorPicker",
  88. "label": "%propBorderColor",
  89. "showHexValue": true,
  90. "addButton": true,
  91. "open": false,
  92. "ariaLabel": "%propBorderColor",
  93. "paletteType": "DashboardColorSet",
  94. "defaultValue": "transparent"
  95. }
  96. }
  97. }]
  98. }]
  99. }]
  100. }