{{input name="title" value=step.title}}
{{uppy-image-uploader imageUrl=step.banner onUploadDone=(action "bannerUploadDone") onUploadDeleted=(action "bannerUploadDeleted") type="wizard-step-banner" class="no-repeat contain-image" id=(concat "wizard-step-" step.id "-banner-upload")}}
{{wizard-text-editor value=step.raw_description}}
{{wizard-advanced-toggle showAdvanced=step.showAdvanced}} {{#if step.showAdvanced}}
{{wizard-mapper inputs=step.condition options=stepConditionOptions}}

{{i18n "admin.wizard.step.force_final.label"}}

{{input type="checkbox" checked=step.force_final}} {{i18n "admin.wizard.step.force_final.description"}}
{{wizard-mapper inputs=step.required_data options=(hash inputTypes="validation" inputConnector="and" wizardFieldSelection="value" userFieldSelection="value" keyPlaceholder="admin.wizard.submission_key" context="step" )}} {{#if step.required_data}}
{{i18n "admin.wizard.step.required_data.not_permitted_message"}}
{{input value=step.required_data_message}}
{{/if}}
{{wizard-mapper inputs=step.permitted_params options=(hash pairConnector="set" inputTypes="association" keyPlaceholder="admin.wizard.param_key" valuePlaceholder="admin.wizard.submission_key" context="step" )}}
{{input name="key" value=step.key placeholderKey="admin.wizard.translation_placeholder"}}
{{/if}} {{wizard-links itemType="field" current=currentField items=step.fields parentId=step.id}} {{#each step.fields as |field|}} {{wizard-custom-field field=field step=step currentFieldId=currentField.id fieldTypes=fieldTypes removeField="removeField" wizardFields=wizardFields}} {{/each}}