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

22 lines
328 B
JSON

{
"type": "panel",
"name": "News",
"id": "news",
"skipDataQuery": true,
"state": "beta",
"info": {
"description": "RSS feed reader",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/news.svg",
"large": "img/news.svg"
}
}
}