mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add plugin outlets for after category/tag inputs in composer (#23363)
This commit is contained in:
@@ -180,6 +180,10 @@
|
|||||||
prioritizedCategoryId=this.composer.prioritizedCategoryId
|
prioritizedCategoryId=this.composer.prioritizedCategoryId
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<PluginOutlet
|
||||||
|
@name="after-composer-category-input"
|
||||||
|
@outletArgs={{hash composer=this.composer.model}}
|
||||||
|
/>
|
||||||
<PopupInputTip
|
<PopupInputTip
|
||||||
@validation={{this.composer.categoryValidation}}
|
@validation={{this.composer.categoryValidation}}
|
||||||
/>
|
/>
|
||||||
@@ -196,6 +200,10 @@
|
|||||||
minimum=this.composer.model.minimumRequiredTags
|
minimum=this.composer.model.minimumRequiredTags
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<PluginOutlet
|
||||||
|
@name="after-composer-tag-input"
|
||||||
|
@outletArgs={{hash composer=this.composer.model}}
|
||||||
|
/>
|
||||||
<PopupInputTip
|
<PopupInputTip
|
||||||
@validation={{this.composer.tagValidation}}
|
@validation={{this.composer.tagValidation}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user