mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* PluginManager: Require signing of external plugins Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"id": "test",
|
|
"backend": true,
|
|
"state": "alpha",
|
|
"info": {
|
|
"description": "Test",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
}
|
|
}
|
|
}
|