mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:12:12 +08:00
chore: update plugin schema for ui extensions (#92121)
chore: update plugin.schema.json Follow up to https://github.com/grafana/plugin-tools/pull/1060/
This commit is contained in:
@ -563,7 +563,7 @@
|
||||
},
|
||||
"extensions": {
|
||||
"type": "array",
|
||||
"description": "The list of extensions that the plugin registers under other extension points.",
|
||||
"description": "List of link and component extensions which the plugin registers to given extension points.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user