Hi,
I have a specific use case where I have to customise the Camunda modeller Menu bar. For instance I have to change the entries in the “New File”. Similar changes need to be done in other menu items as well.
One approach that I have tried so far is to edit the modeller source code (menu-builder.js) file. But this approach does not seem very practical and hence I am trying to push for plugin based approach.
Had a look at the example plugin: Menu plugin
But this simply adds a new entry under the plugins menu item. But what I need is to edit the existing menu items. Please advise how to go ahead to achieve this.