-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Labels
Milestone
Description
Problem you would like to solve
I would like to edit a more complex type in settings. For example I would like to have support for arrays (maybe visualized as tables), radio buttons, or conditional elements
Proposed solution
Add support for:
- radio buttons
- password fields
- section descriptions
- expandable table
- conditionals (inspired by [element templates] (https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/defining-templates/#defining-conditional-properties) (equals, oneOf, matchAll))
- validation
Alternatives considered
- Hardcoding custom components in modeler
- Passing custom components from plugins
Additional context
Tech enabler for https://github.com/camunda/product-hub/issues/2970