Files
rocm-systems/grafana_plugins/svg_plugin/src/plugin.json
T

25 строки
560 B
JSON
Исходник Обычный вид История

2022-11-04 14:49:36 -05:00
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "custom-svg",
"id": "amd-custom-svg",
"info": {
"description": "",
"author": {
"name": "Cole Ramos",
"url": ""
},
"keywords": [],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"plugins": []
}
}