Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user