{{#each category.entries as |entry|}} {{#if entry.menu}}
{{~#if entry.hint}}

{{localize entry.hint}}

{{/if~}}
{{else if entry.folderPicker}} {{formGroup entry.field value=entry.value elementType="file-picker" type="folder" rootId=@root.rootId localize=true}} {{else}} {{formGroup entry.field value=entry.value input=entry.input rootId=@root.rootId localize=true}} {{/if}} {{/each}}