mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00
Plugins: Add buildMode
to the plugin.json schema (#95660)
* add buildmode * improve description
This commit is contained in:
@ -234,6 +234,10 @@
|
||||
"type": "boolean",
|
||||
"description": "If the plugin has a backend component."
|
||||
},
|
||||
"buildMode": {
|
||||
"type": "string",
|
||||
"description": "The build mode of the plugin. This field is set automatically at build time, so it should not be provided manually."
|
||||
},
|
||||
"builtIn": {
|
||||
"type": "boolean",
|
||||
"description": "[internal only] Indicates whether the plugin is developed and shipped as part of Grafana. Also known as a 'core plugin'."
|
||||
|
Reference in New Issue
Block a user