Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
Use custom-wizard-step-form
Dieser Commit ist enthalten in:
Ursprung
ea177b790d
Commit
b078b9c8f4
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -13,11 +13,11 @@
|
||||||
<div class="wizard-step-description">{{cookedDescription}}</div>
|
<div class="wizard-step-description">{{cookedDescription}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#wizard-step-form step=step}}
|
{{#custom-wizard-step-form step=step}}
|
||||||
{{#each step.fields as |field|}}
|
{{#each step.fields as |field|}}
|
||||||
{{custom-wizard-field field=field step=step wizard=wizard}}
|
{{custom-wizard-field field=field step=step wizard=wizard}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{/wizard-step-form}}
|
{{/custom-wizard-step-form}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wizard-step-footer">
|
<div class="wizard-step-footer">
|
||||||
|
|
Laden …
In neuem Issue referenzieren