From 53ffbc8d6e3f3463798564c84fcaf32c53bbb357 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 10 Sep 2020 10:38:43 -0400 Subject: [PATCH] DEV: add plugin outlet below the categories-only component --- .../discourse/app/templates/components/categories-only.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/discourse/app/templates/components/categories-only.hbs b/app/assets/javascripts/discourse/app/templates/components/categories-only.hbs index f5d67b79dd8..805a4ce982f 100644 --- a/app/assets/javascripts/discourse/app/templates/components/categories-only.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/categories-only.hbs @@ -45,3 +45,5 @@ {{/if}} {{/if}} + +{{plugin-outlet name="below-categories-only" tagName="" args=(hash categories=categories showTopics=showTopics)}}