plugin.json 313 B

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