BPMN panel disable

How to disable the panel in all components.
image

What are you trying to achieve? Disable modeling alltogether or only hide the context pad?

Hi philippfromme,
I m trying to disable context-pad

Simply override the module with an empty one:

new BpmnModeler({
  additionalModules: [
    {
      contextPad: [ 'value', {} ]
    }
  ]
});