layouts.json 900 B

1234567891011121314151617181920212223242526
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017, 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.explore",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.layoutExtension",
  9. "id": "com.ibm.bi.explore.layoutExtension.exploreLayouts",
  10. "name": "exploreLayouts",
  11. "extensions": {
  12. "authoringViews": {
  13. "exploreContainer": "explore/layout/ExploreContainerAuthoring",
  14. "exploreCard": "explore/layout/ExploreCardAuthoring"
  15. },
  16. "consumeViews": {
  17. "exploreContainer": "explore/layout/ExploreContainer",
  18. "exploreCard": "explore/layout/ExploreCard",
  19. "visPlaceholder": "explore/layout/VisPlaceholder"
  20. }
  21. }
  22. }
  23. ]
  24. }
  25. ]
  26. }