Possible to change paletteprovider etc when building modeler

Hello @zz9pa,

no it is not possible to do such a thing. You can check out the Custom Elements example to see how we provide a new Palette to the modeler. In short, we replace it with our own through dependency injection, by defining it inside the custom elements module(folder) ´index.js´ file.

Hope it helps.

Cheers,
Ricardo