I developed a plugin and registered it as a bpmn-js plugin. This automatically creates a greyed out non-clickable menu entry in the Plugins menu. Is there some way to hide / not show this menu entry? Because I have separate plugins for the menu which call my other plugin, so I don’t need it.
I have similar problem. I want to remove grayed out, not clickable plugin from “Plugins” menu in Camunda Modeler v. 5.27.0. I’ve gone through the docs, but didn’t find the answer. Is it possible to do so?
To my knowledge (which is limited because documentation on developing plugins good be improves) this is not possible. I guess the greyed-out entries are just there to show which plugins are installed.
Personally I would like to have that information in an about dialog or a settings screen (where you can individually enable/disable plugin loading). Now it’s all or nothing.
We use a number of plugins, but only one menu-plugin. It looks a bit lost now. Besides that, I want to be able to enable and disable this menu (lots of ables
). I’ll create a separate post for that.