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,8 +1,8 @@
|
||||
{
|
||||
"pluginType": "datasource",
|
||||
"type": "datasource",
|
||||
"name": "InfluxDB 0.9.x",
|
||||
"id": "influxdb",
|
||||
|
||||
"type": "influxdb",
|
||||
"serviceName": "InfluxDatasource",
|
||||
|
||||
"module": "app/plugins/datasource/influxdb/datasource",
|
||||
|
||||
Reference in New Issue
Block a user