Skip to content

Commit

Permalink
Plugin.json: update with extensions info (#4407)
Browse files Browse the repository at this point in the history
### What changed?

- Manually added ui-extensions metadata to the plugin.json (to be able
to lazy-load plugins in Grafana, based on [this
PR](grafana/grafana#88288)
  • Loading branch information
leventebalogh authored Jun 3, 2024
1 parent fafc336 commit 3566de3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion grafana-plugin/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,5 +592,13 @@
"dependencies": {
"grafanaDependency": ">=9.2.0",
"plugins": []
}
},
"extensions": [
{
"extensionPointId": "grafana/user/profile/tab",
"title": "IRM",
"description": "IRM settings",
"type": "component"
}
]
}

0 comments on commit 3566de3

Please sign in to comment.