textEditorFeature.json 673 B

1234567891011121314151617181920
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Dashboard (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. "features": [
  4. {
  5. "id": "com.ibm.bi.dashboard",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.content-features",
  9. "name": "TextEditor",
  10. "id": "com.ibm.bi.dashboard.content-features.TextEditor",
  11. "class": "dashboard-core/js/features/content/textEditor/impl/TextEditor",
  12. "types": [
  13. "widget.live"
  14. ],
  15. "dependencies": ["Dashboard.CustomColor"]
  16. }
  17. ]
  18. }
  19. ]
  20. }