grafana/public/app/plugins/panel/text/plugin.json

20 lines
347 B
JSON
Raw Normal View History

2016-01-09 16:52:13 -06:00
{
"type": "panel",
"name": "Text",
"id": "text",
"skipDataQuery": true,
"info": {
"description": "Supports markdown and html content",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
2016-03-24 15:14:51 -05:00
"logos": {
"small": "img/icn-text-panel.svg",
"large": "img/icn-text-panel.svg"
2019-03-06 01:40:03 -06:00
}
}
2016-01-09 16:52:13 -06:00
}