Is your feature request related to a problem? Please describe.
I would like to provide a custom HTML for the header of the bpmn panel.
- Allows styling (adding CSS) based on the type of element
- Allows adding custom icons (via font awesome HTML) from within the custom provider
Describe the solution you'd like
Like with other parts of the application the PanelsHeaderProvider should not be fixed to the current implementation but taken from injection or allow registering additional providers.
Describe alternatives you've considered
Use MutationObserver and override existing HTML
Is your feature request related to a problem? Please describe.
I would like to provide a custom HTML for the header of the bpmn panel.
Describe the solution you'd like
Like with other parts of the application the PanelsHeaderProvider should not be fixed to the current implementation but taken from injection or allow registering additional providers.
Describe alternatives you've considered
Use MutationObserver and override existing HTML