From 91d0a14a7292ea367f52dd0bd4e1902e5270294a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 21 Mar 2024 11:10:25 -0400 Subject: [PATCH] DEV: add a plugin outlet below wizard extra description (#26290) --- .../app/static/wizard/components/wizard-field.gjs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs b/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs index c71cbd1e3f6..a2f96fddfe7 100644 --- a/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs +++ b/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs @@ -1,7 +1,9 @@ import Component from "@glimmer/component"; import { assert } from "@ember/debug"; +import { hash } from "@ember/helper"; import { dasherize } from "@ember/string"; import { htmlSafe } from "@ember/template"; +import PluginOutlet from "discourse/components/plugin-outlet"; import fields from "./fields"; export default class WizardFieldComponent extends Component { @@ -77,6 +79,15 @@ export default class WizardFieldComponent extends Component {
{{htmlSafe this.field.extraDescription}}
+ + {{/if}}