mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 16:24:29 +08:00
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:
parent
5312550bf9
commit
56a0b17b12
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user