plugin.json 313 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "Text v2",
  4. "id": "text2",
  5. "state": "alpha",
  6. "dataFormats": [],
  7. "info": {
  8. "author": {
  9. "name": "Grafana Project",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-text-panel.svg",
  14. "large": "img/icn-text-panel.svg"
  15. }
  16. }
  17. }