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
|
|
|
|
wizardFields=wizardFields
|
|
|
|
keyPlaceholder=keyPlaceholder
|
|
|
|
valuePlaceholder=valuePlaceholder
|
|
|
|
connectorKey=connectorKey
|
2020-03-23 06:41:04 +01:00
|
|
|
outputConnectorKey=outputConnectorKey
|
2020-03-21 18:30:11 +01:00
|
|
|
options=options
|
|
|
|
remove=(action 'remove')}}
|
2018-05-24 07:34:58 +02:00
|
|
|
{{/each}}
|
2020-03-21 18:30:11 +01:00
|
|
|
|
2020-03-30 08:16:03 +02:00
|
|
|
{{#if canAdd}}
|
|
|
|
<div class="add-custom-input">
|
|
|
|
{{d-button action='add' label='admin.wizard.add' icon='plus'}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|