Introduce a new plugin outlet (#31542)

Adds a new plugin outlet below the `flagging.review_process_description`
customizable text.

The customizable text only accepts plain-text. This plugin outlet would
allow developers to add additional description with any rich-text
content they need, such as paragraphs and links.
This commit is contained in:
Osman Gormus 2025-02-28 16:52:31 +01:00 committed by GitHub
parent 5312550bf9
commit 56a0b17b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,11 @@
>
<:body>
<p>{{i18n "flagging.review_process_description"}}</p>
<PluginOutlet
@name="after-flag-modal-review-process-description"
@connectorTagName="div"
@outletArgs={{hash post=@model.flagModel}}
/>
<form>
<FlagSelection
@nameKey={{this.selected.name_key}}