{{label}}{{#view Ember.Button target="parentView" action="remove" isVisibleBinding="notRequired" class="neos-form-yamlbuilder-removeButton"}}Remove{{/view}}

{{view Ember.TextField valueBinding="currentCollectionElement.options.subject"}}
{{view Ember.TextField valueBinding="currentCollectionElement.options.recipientAddress"}}
{{view Ember.TextField valueBinding="currentCollectionElement.options.recipientName"}}
{{view Ember.TextField valueBinding="currentCollectionElement.options.senderAddress"}}
{{view Ember.TextField valueBinding="currentCollectionElement.options.senderName"}}
{{view Ember.TextField valueBinding="currentCollectionElement.options.replyToAddress"}}
{{view Ember.Select contentBinding="availableFormats" optionValuePath="content.key" optionLabelPath="content.value" selectionBinding="format"}}