DEV: plugin outlet for wizard checkboxes (#18113)

This commit is contained in:
Kris 2022-08-26 17:03:30 -04:00 committed by GitHub
parent faceb989bf
commit a0f402a957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@
<span class="wizard-container__checkbox-label">
{{this.field.placeholder}}
</span>
<PluginOutlet @name="below-wizard-checkbox" @args={{hash disabled=this.field.disabled}} />
</label>