Remove elements from contextPad using React

Can anyone suggest how to remove elements from contextPad.
There are like eight elememts at present when an element is clicked. I only need three elements in contextpad.
How can I configure that?

2

Doesn’t have anything to do with React. Both the element palette and the context pad can be modified:

2 Likes

Like Philipp mentioned the getContextPadEntries method is returning the context pad entries. So you can just specify your own contextPad and implement the method so it fits your needs.

That example is showing how to add a new element to the contextPad. I want to know which method should I modify in order to remove an element from the contextPad.

Thank you so much. I am now able to remove elements from my contextpad

1 Like

To remove an element from the contextPad you have to change the return value of the getContextPadEntries method.

1 Like

Thank you so much tim.

How can I hide bpmn:Task from ContextPad in this case? I just want userTask.