Add new tab in camunda property panel

I want to add new tab in camunda property panel, not want to create complete new property panel, is that possible ?
I have taken a refrence from bpmn-js-examples/properties-panel-extension at master · bpmn-io/bpmn-js-examples · GitHub, but using this either we can use camunda property panel or our custom property panel

Hi,

the latest version of bpmn-js-properties-panel (v0.41.0) supports registering multiple providers. You can have a look at our updated example to get more information: bpmn-js-examples/properties-panel-extension at master · bpmn-io/bpmn-js-examples · GitHub

With that, it should be easy to extend the existing Camunda Properties Provider (at least way easier than before).

i have tried but, either work only property panel magic tab or camunda property panel, i’ll try to share git repo for reference. Here is the my progress react-bpmn-js/App.js at master · atulbaldaniya/react-bpmn-js · GitHub, it enable only last added property panel

1 Like