plugin.json 288 B

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