wizard-custom-inputs.hbs 538 B

12345678910111213
  1. {{#each inputs as |input|}}
  2. {{wizard-custom-input input=input
  3. valueContent=valueContent
  4. keyContent=keyContent
  5. noneValue=noneValue
  6. valuePlaceholder=valuePlaceholder
  7. allowCustomField=allowCustomField
  8. allowUserField=allowUserField
  9. remove=(action 'remove')}}
  10. {{/each}}
  11. <div class="add-custom-input">
  12. {{d-button action='add' label='admin.wizard.add' icon='plus'}}
  13. </div>