12345678910111213141516171819202122 |
- {
- "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.",
- "features": [{
- "id": "com.ibm.bi.dashboard.widgets",
- "collectionItems": [{
- "containerId": "com.ibm.bi.dashboard.widgets",
- "id": "com.ibm.bi.dashboard.widgets.filter",
- "label": "Filter",
- "builtin": true,
- "ownTitle": false,
- "disableTitle": true,
- "widget": "dashboard-analytics/widgets/filterWidget/FilterWidget",
- "layoutConsumeView": "dashboard/layout/views/Widget",
- "propertyLayoutList": [{
- "id": "banner",
- "value": "%filtersTitle",
- "name": "banner",
- "type": "Banner"
- }]
- }]
- }]
- }
|