bpmn-io / bpmn-js-element-templates

The element template extension for bpmn-js
MIT License
5 stars 3 forks source link

feat: support placeholders on String and Text properties #103

Closed barmac closed 3 months ago

barmac commented 4 months ago

Closes #92

Requires https://github.com/camunda/element-templates-json-schema/pull/144 and https://github.com/bpmn-io/properties-panel/pull/363 to be released and integrated.

barmac commented 4 months ago

@nikku @marstamm I won't be able to finish this PR this week as I'm off from now on.

barmac commented 3 months ago

I added support for placeholders in Camunda 7 templates. Unfortunately, this does not include input/output parameters as they are implemented in bpmn-js-properties-panel. This can be done in a separate PR.

nikku commented 3 months ago

:clap: