DEV: plugin outlet for wizard checkboxes (#18113)
This commit is contained in:
parent
faceb989bf
commit
a0f402a957
|
@ -7,4 +7,5 @@
|
||||||
<span class="wizard-container__checkbox-label">
|
<span class="wizard-container__checkbox-label">
|
||||||
{{this.field.placeholder}}
|
{{this.field.placeholder}}
|
||||||
</span>
|
</span>
|
||||||
|
<PluginOutlet @name="below-wizard-checkbox" @args={{hash disabled=this.field.disabled}} />
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue