mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
DEV: Add after-title-and-category plugin outlet (#18004)
This commit is contained in:
parent
23ec819e70
commit
36f766399d
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@
|
||||||
}} />
|
}} />
|
||||||
<PopupInputTip @validation={{this.tagValidation}} />
|
<PopupInputTip @validation={{this.tagValidation}} />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
<PluginOutlet @name="after-title-and-category" @args={{hash model=this.model tagValidation=this.tagValidation canEditTags=this.canEditTags disabled=this.disableTagsChooser}} />
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue