Skip to content

Commit

Permalink
feat(plugin.json): udpate extensions schema
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh committed Oct 4, 2024
1 parent a5707f2 commit a205099
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions grafana-plugin/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,12 +690,19 @@
"grafanaDependency": ">=10.2.5",
"plugins": []
},
"extensions": [
{
"extensionPointId": "grafana/user/profile/tab",
"title": "IRM",
"description": "IRM settings",
"type": "component"
}
]
"extensions": {
"addedComponents": [
{
"targets": ["grafana/user/profile/tab"],
"title": "IRM",
"description": "IRM settings"
}
],
"extensionPoints": [
{
"id": "plugins/grafana-oncall-app/alert-group/action",
"title": "Alert group action"
}
]
}
}

0 comments on commit a205099

Please sign in to comment.