mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:01:48 +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": {
|
"extensions": {
|
||||||
"type": "array",
|
"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": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
Reference in New Issue
Block a user