2018-05-24 07:34:58 +02:00
|
|
|
{{#each inputs as |input|}}
|
2020-03-21 18:30:11 +01:00
|
|
|
{{wizard-custom-input
|
|
|
|
input=input
|
|
|
|
userFields=userFields
|
|
|
|
wizardFields=wizardFields
|
|
|
|
keyPlaceholder=keyPlaceholder
|
|
|
|
valuePlaceholder=valuePlaceholder
|
|
|
|
connectorContent=connectorContent
|
|
|
|
connectorKey=connectorKey
|
|
|
|
options=options
|
|
|
|
remove=(action 'remove')}}
|
2018-05-24 07:34:58 +02:00
|
|
|
{{/each}}
|
2020-03-21 18:30:11 +01:00
|
|
|
|
2018-05-24 07:34:58 +02:00
|
|
|
<div class="add-custom-input">
|
|
|
|
{{d-button action='add' label='admin.wizard.add' icon='plus'}}
|
2020-03-21 18:30:11 +01:00
|
|
|
</div>
|