35 lines
736 B
JSON
35 lines
736 B
JSON
[
|
|
{
|
|
"rows": [
|
|
[{"name": "name"}, {"name": "type", "readOnly": true}],
|
|
[{"name": "category"}, false],
|
|
[{"name": "description"}]
|
|
]
|
|
},
|
|
{
|
|
"label": "Parameters",
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "joinedReports",
|
|
"fullWidth": true,
|
|
"params": {
|
|
"required": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"label": "Chart",
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "chartType"
|
|
},
|
|
false
|
|
]
|
|
]
|
|
}
|
|
]
|