{{input name="title" value=step.title}}
{{image-uploader imageUrl=step.banner onUploadDone=(action "bannerUploadDone") onUploadDeleted=(action "bannerUploadDeleted") type="wizard-banner" class="no-repeat contain-image"}}
{{wizard-text-editor value=step.raw_description}}
{{wizard-advanced-toggle showAdvanced=step.showAdvanced}} {{#if step.showAdvanced}}
{{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}} {{#if currentField}} {{wizard-custom-field field=currentField fieldTypes=fieldTypes removeField="removeField" wizardFields=wizardFields}} {{/if}}