mirror of
https://github.com/grafana/grafana.git
synced 2026-06-13 10:30:42 -04:00
* Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin * fix test * re-work solution
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"type": "renderer",
|
|
"name": "Test",
|
|
"id": "test-renderer",
|
|
"backend": true,
|
|
"executable": "test",
|
|
"info": {
|
|
"version": "1.0.0",
|
|
"description": "Test"
|
|
}
|
|
}
|