Add skipDataQuery to plugin.json schema (#26940)

* Add skipDataQuery to plugin.json schema

* Fix typo
This commit is contained in:
Marcus Olsson
2020-08-17 11:31:25 +02:00
committed by GitHub
parent be3bf80749
commit 338943d349
2 changed files with 8 additions and 2 deletions
@@ -73,6 +73,10 @@
"type": "boolean",
"description": "For data source plugins. If the plugin supports logs."
},
"skipDataQuery": {
"type": "boolean",
"description": "For panel plugins. Hides the query editor."
},
"partials": {
"type": "object",
"additionalItems": false,
@@ -127,7 +131,7 @@
},
"grafanaDependency": {
"type": "string",
"description": "Required Grafana version for this plugin, e.g. `>=7.0.0` to denote plugin requires Grafana 7.0.0 or later",
"description": "Required Grafana version for this plugin, e.g. `>=7.0.0` to denote plugin requires Grafana 7.0.0 or later.",
"pattern": "^(>=|<|>|<=)?([0-9]+)(\\.[0-9]+)?(\\.[0-9])?$"
},
"plugins": {