application.json 848 B

12345678910111213141516171819202122232425
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products:Glass (C) Copyright IBM Corp. 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "lensable": false,
  4. "config": {
  5. "requirejs": {
  6. "paths": {
  7. "ba_portal": "{CDN_COMPONENT=wa-portal;CDN_VERSION={BUILD}}/js/ba_portal"
  8. }
  9. }
  10. },
  11. "features": [{
  12. "id": "com.ibm.bi.genericIframe",
  13. "cssStyles": ["{CDN_COMPONENT=wa-portal;CDN_VERSION={BUILD}}/css/ba_portal/genericIframe.css"],
  14. "content": {
  15. "module": "ba_portal/api/IFrameView"
  16. },
  17. "collectionItems": [{
  18. "id": "generic_iframe",
  19. "containerId": "com.ibm.bi.glass.common.sharedResources",
  20. "types": ["generic_iframe"],
  21. "perspectives": ["generic_iframe"],
  22. "actionController": "ba_portal/api/IFrameView"
  23. }]
  24. }]
  25. }