From 9cb28a232e5fff0f4fa53bd805c9cb778343cdc5 Mon Sep 17 00:00:00 2001 From: Ted Johansson Date: Thu, 15 Aug 2024 09:44:50 +0200 Subject: [PATCH] DEV: Add plugin outlet for below wizard field (#28371) (#28384) We changed the design of the member access wizard step to use toggle groups instead of switches. To support existing designs for notices, we need another plugin outlet. Merged in main here. This is a backport to stable. --- .../app/static/wizard/components/wizard-field.gjs | 9 +++++++++ 1 file changed, 9 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 b2bd553a47d..ae8e5044a24 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 @@ -90,6 +90,15 @@ export default class WizardFieldComponent extends Component { }} /> {{/if}} + + }