{{i18n 'admin.wizard.id'}}

{{input name="id" value=field.id placeholderKey="admin.wizard.id_placeholder" disabled=disableId}}

{{i18n 'admin.wizard.key'}}

{{input name="key" value=field.key placeholderKey="admin.wizard.key_placeholder"}}

{{i18n 'admin.wizard.field.label'}}

{{input name="label" value=field.label placeholder=(i18n "admin.wizard.custom_text_placeholder")}}

{{i18n 'admin.wizard.field.description'}}

{{textarea name="description" value=field.description placeholder=(i18n "admin.wizard.custom_text_placeholder")}}

{{i18n 'admin.wizard.type'}}

{{combo-box value=field.type content=types}}

{{i18n 'admin.wizard.field.required'}}

{{input type='checkbox' checked=field.required}} {{i18n 'admin.wizard.field.required_label'}}
{{#if isInput}}

{{i18n 'admin.wizard.field.min_length'}}

{{input type="number" name="min_length" value=field.min_length placeholder=(i18n 'admin.wizard.field.min_length_placeholder')}}
{{/if}} {{#if isDropdown}}
{{i18n 'admin.wizard.field.choices_label'}}
{{i18n 'admin.wizard.field.choices_translation'}}
{{input name="key" value=field.choices_key placeholderKey="admin.wizard.key_placeholder"}}
{{i18n 'admin.wizard.field.choices_preset.label'}}
{{combo-box value=field.choices_preset content=presetChoices none='admin.wizard.none'}} {{wizard-custom-input inputs=field.choices_filters}}
{{i18n 'admin.wizard.field.choices_custom'}}
{{wizard-custom-input inputs=field.choices}}
{{/if}}