Maintain <camunda:field> extension in Camunda Modeler

Using the following example below I am unable to produce extension elements using field name and expression through the modeler. Any idea?

<bpmn:extensionElements>
      <camunda:field name="text1" expression="${genderBean.getGenderString(gender)}" />
 </bpmn:extensionElements>

Hi @mdizzleforizzle,

this is a missing feature, see the feature requrest: https://github.com/bpmn-io/bpmn-js-properties-panel/issues/172

Currently, you have to set the fields using the XML tab.

Greetings,
Philipp

Do you know when this will be included in the modeler?

No concrete planning on when we are going to implement this, yet. Please :thumbsup: the issue on GitHub to raise the chances we are going to implement this any time soon.