{{i18n 'admin.wizard.field.label'}} {{text-field name="label" value=field.label}}
{{i18n 'admin.wizard.field.description'}} {{text-field name="description" value=field.description}}
{{i18n 'admin.wizard.field.type'}} {{combo-box value=field.type content=fieldTypes}}
{{#if isDropdown}} {{i18n 'admin.wizard.field.choices_label'}} {{#each field.choices as |c|}} {{input type='text' value=c.label}} {{/each}} {{d-button action='addChoice' label='admin.wizard.field.add_choice'}} {{/if}}
{{i18n 'admin.wizard.field.required'}} {{input type='checkbox' checked=field.required}}