plugin.json 321 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Getting Started",
  4. "id": "gettingstarted",
  5. "hideFromList": true,
  6. "info": {
  7. "author": {
  8. "name": "Grafana Project",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/icn-dashlist-panel.svg",
  13. "large": "img/icn-dashlist-panel.svg"
  14. }
  15. }
  16. }