Hi,
I’m working with bpmn-js and I need to:
- Hide some of the default palette icons from the left sidebar
- Remove/hide specific task types (like User Task and Service Task) from the “Create element” menu
Is this possible? I’d like to customize which elements are available to users in my implementation.
Technical details:
- Using bpmn-js
- Need to specifically control visibility of palette items and available task types
- Want to keep some elements while hiding others
Any guidance on the correct approach would be appreciated!
Thanks!