{{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}}
{{#if proSubscribed}}
{{i18n "admin.wizard.pro.label"}}
{{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"}}
{{i18n "admin.wizard.pro.label"}}
{{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}}
{{i18n "admin.wizard.pro.label"}}
{{wizard-mapper
inputs=step.permitted_params
options=(hash
pairConnector="set"
inputTypes="association"
keyPlaceholder="admin.wizard.param_key"
valuePlaceholder="admin.wizard.submission_key"
context="step"
)}}
{{i18n "admin.wizard.pro.label"}}
{{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
proSubscribed=proSubscribed}}
{{/each}}