Plugins: Add buildMode to the plugin.json schema (#95660)

* add buildmode

* improve description
This commit is contained in:
Erik Sundell
2024-11-01 09:29:31 +01:00
committed by GitHub
parent c29ed503db
commit 9c16622160

View File

@ -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'."