From 469374e063d8800fa0e729755a8bc930803553bd Mon Sep 17 00:00:00 2001 From: Keegan George Date: Thu, 28 Nov 2024 01:12:16 +0900 Subject: [PATCH] DEV: Add new plugin outlets to edit topic area (#29951) This PR adds new wrapper plugin outlets in the edit topic area. Adding these wrapper plugin outlets gives us easy access to `__before` and `__after`. --- .../discourse/app/templates/topic.hbs | 60 ++++++++++++------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/topic.hbs b/app/assets/javascripts/discourse/app/templates/topic.hbs index 64c017b42e1..0aec2e75b5f 100644 --- a/app/assets/javascripts/discourse/app/templates/topic.hbs +++ b/app/assets/javascripts/discourse/app/templates/topic.hbs @@ -52,33 +52,49 @@
- + + + {{#if this.showCategoryChooser}} - + + + {{/if}} {{#if this.canEditTags}} - + + + + {{/if}}