You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean a completely separate extension living in a different library? Or a module that lives inside bpmn-js but is not added as default.
The reason I liked the option above was because it's easily discoverable, whilst something that is hidden in bpmn-js may not be as much. But it is less clean code wise.
A completely separate extension would be basically the connectors extension, right? We would extract the create-append-anything module and potentially allow to set templates too (based on our previous conversation, it's something we want to provide outside of camunda-bpmn-js)
Is your feature request related to a problem? Please describe.
There is currently ways to remove the
create-append-anything
feature (see forum). But they require some effort or aren't super straightforward.We should provide a way to easily remove
create-append-anything
.Describe the solution you'd like
Extract
create-append-anything
to separate extension.bpmn-js
and release as breaking change - Removecreate-append-anything
#1873Describe alternatives you've considered
Don't ship it with default Modeler. Users have to explicitly add it if they want to use it.
Additional context
There have been around 4 (or more) questions on how to disable this feature. It is clear that not all users want this.
The text was updated successfully, but these errors were encountered: