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,25 +1,7 @@
|
||||
{
|
||||
"pluginType": "app",
|
||||
"name": "App Example",
|
||||
"type": "app-test",
|
||||
|
||||
"plugins": [],
|
||||
|
||||
"css": {
|
||||
"light": "plugin.dark.css",
|
||||
"dark": "plugin.light.css"
|
||||
},
|
||||
|
||||
"module": "app",
|
||||
|
||||
"pages": [
|
||||
{"name": "Example1", "url": "/app-example", "reqRole": "Editor"}
|
||||
],
|
||||
|
||||
"public": {
|
||||
"urlFragment": "app-example",
|
||||
"path": "./public"
|
||||
},
|
||||
"id": "app-test",
|
||||
"type": "app",
|
||||
|
||||
"info": {
|
||||
"description": "Example Grafana App",
|
||||
@@ -40,6 +22,22 @@
|
||||
"updated": "2015-02-10"
|
||||
},
|
||||
|
||||
"css": {
|
||||
"light": "plugin.dark.css",
|
||||
"dark": "plugin.light.css"
|
||||
},
|
||||
|
||||
"module": "app",
|
||||
|
||||
"pages": [
|
||||
{"name": "Example1", "url": "/app-example", "reqRole": "Editor"}
|
||||
],
|
||||
|
||||
"public": {
|
||||
"urlFragment": "app-example",
|
||||
"path": "./public"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"grafanaVersion": "2.6.x",
|
||||
"plugins": [
|
||||
|
Reference in New Issue
Block a user