mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): changed plugin schema, pluginType -> type, type -> id
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"pluginType": "datasource",
|
||||
"type": "datasource",
|
||||
"name": "Mixed datasource",
|
||||
"id": "mixed",
|
||||
|
||||
"builtIn": true,
|
||||
"mixed": true,
|
||||
|
||||
"type": "mixed",
|
||||
"serviceName": "MixedDatasource",
|
||||
|
||||
"module": "app/plugins/datasource/mixed/datasource",
|
||||
|
||||
Reference in New Issue
Block a user