Files
grafana/public/app/plugins/panel/text/plugin.json
2020-09-16 11:04:27 -07:00

19 lines
290 B
JSON

{
"type": "panel",
"name": "Text",
"id": "text",
"skipDataQuery": true,
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-text-panel.svg",
"large": "img/icn-text-panel.svg"
}
}
}