Bpmn-js panel extension with update 1.x

Hi everyone!

I am currently migrating our panel to the overhauled properties-panel that came with bpmn-io/properties-panel version 1.x. Adding/deleting groups and entries works fine with a custom provider, as long as entries are one of the types listed here. I was wondering if there is a possibility to add groups that don’t contain the listed entries but html. I.e. is there a way to customize the new panel by inserting groups that contain custom html?

Thanks in advance,
Luka!

Hi @gerlachviadee,

What custom entries/inputs are you looking for?

The Properties panel is using Preact to render Components. To extend them with custom items, you will have to create a Preact component to use as an entry.
Unfortunaltely, I don’t think it is possible to create custom components in plain HTML.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.