mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
22 lines
328 B
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"
|
|
}
|
|
}
|
|
}
|