{
"name": "customWidgetName",
"attributes": {
"title": "A title is required",
"description": "A description of your widget; optional.",
"widgetCategory": "widgetCategory",
"reportLocation": "widget/myWidgetData/myReport.jsp",
"size_x": 2,
"size_y": 1,
"parameters": [
{
"type": "dropdown",
"name": "parameterName",
"required": true,
"dropdownOptions": [{
"key": "any",
"value": " "
}, {
"key": "open",
"value": "open"
}]
}, {
"type": "text",
"name": "textParameterName",
"title": "textParameterTitle",
}, {
"type": "dropdown",
"name": "filter",
"title": "dropdownParameterTitle",
"inheritable": true,
}
],
"widgetLabels": [
{
"title": "Label that will show in the UI",
"name": "filterName"
}
],
}
} |