filters.json 774 B

12345678910111213141516171819202122
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard.widgets",
  5. "collectionItems": [{
  6. "containerId": "com.ibm.bi.dashboard.widgets",
  7. "id": "com.ibm.bi.dashboard.widgets.filter",
  8. "label": "Filter",
  9. "builtin": true,
  10. "ownTitle": false,
  11. "disableTitle": true,
  12. "widget": "dashboard-analytics/widgets/filterWidget/FilterWidget",
  13. "layoutConsumeView": "dashboard/layout/views/Widget",
  14. "propertyLayoutList": [{
  15. "id": "banner",
  16. "value": "%filtersTitle",
  17. "name": "banner",
  18. "type": "Banner"
  19. }]
  20. }]
  21. }]
  22. }