Hello,
wanna develop custom app plugin, which will have configurable menu depends on deployment.
as example i will take app-with-dashboards
In deployment1 running grafana in docker, where will be both dashboards.
In deployment2 running grafana in docker i wanna change plugin configuration with ENV which will contain only example-dashboard1 in dashboards and also in app navigation panel.
Is it possible to do it somehow?
Also another question if there is any example how to make app plugin localization over i18n?
And last question if is anyone able to make app plugin with dashboards with Grafana 9.3.x. When im trying to run, Grafana cannot add any dashboards from plugin.
Thank you