fix and add test (#44286)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
|
||||
"type": "panel",
|
||||
"name": "Grafana Panel Plugin Template",
|
||||
"id": "myorgid-simple-panel",
|
||||
|
||||
"info": {
|
||||
"description": "Grafana Panel Plugin Template",
|
||||
"author": {
|
||||
"name": "Your Name"
|
||||
},
|
||||
"keywords": ["panel", "template"],
|
||||
"logos": {
|
||||
"small": "img/logo.svg",
|
||||
"large": "img/logo.svg"
|
||||
},
|
||||
"links": [
|
||||
{"name": "Website", "url": "https://github.com/grafana/grafana-starter-panel"},
|
||||
{"name": "License", "url": "https://github.com/grafana/grafana-starter-panel/blob/master/LICENSE"}
|
||||
],
|
||||
"screenshots": [],
|
||||
"version": "%VERSION%",
|
||||
"updated": "%TODAY%"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"grafanaDependency": ">=7.0.0",
|
||||
"plugins": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user