mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 19:32:51 +08:00
AppPlugins: Options to disable showing config page in nav (#31354)
* AppPlugins: Options to disable showing config page in nav * rename * Added autoEnabled * updated * Things are working sort of * Simplify
This commit is contained in:
@ -122,6 +122,10 @@
|
||||
"hiddenQueries": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"autoEnabled": {
|
||||
"type": "boolean",
|
||||
"description": "Set to true for app plugins that should be enabled by default in all orgs"
|
||||
},
|
||||
"dependencies": {
|
||||
"type": "object",
|
||||
"description": "Dependencies needed by the plugin.",
|
||||
|
Reference in New Issue
Block a user