grafana/public/app/plugins/panel/canvas/plugin.json
Nathan Marrs 2c1c98f3b6
Canvas: Promote to beta (#56217)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-10-04 12:29:56 -07:00

19 lines
328 B
JSON

{
"type": "panel",
"name": "Canvas",
"id": "canvas",
"state": "beta",
"info": {
"description": "Explicit element placement",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-canvas.svg",
"large": "img/icn-canvas.svg"
}
}
}