colorsFeature.json 655 B

12345678910111213141516171819202122
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2018, 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [
  4. {
  5. "id": "com.ibm.bi.dashboard",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.features",
  9. "id": "com.ibm.bi.dashboard.features.Colors",
  10. "name": "Colors",
  11. "class": "dashboard-core/js/features/dashboard/colors/api/impl/Colors",
  12. "dependencies": [
  13. "API",
  14. "internal",
  15. "DashboardTheme",
  16. "Palette"
  17. ]
  18. }
  19. ]
  20. }
  21. ]
  22. }