We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6d82a commit 9fd5941Copy full SHA for 9fd5941
about.json
@@ -10,4 +10,4 @@
10
"maximum_discourse_version": null,
11
"assets": {},
12
"modifiers": {}
13
-}
+}
javascripts/discourse/api-initializers/discourse-sidebar-new-topic-button.js
@@ -3,4 +3,4 @@ import SidebarNewTopicButton from "../components/sidebar-new-topic-button";
3
4
export default apiInitializer("1.8.0", (api) => {
5
api.renderInOutlet("before-sidebar-sections", SidebarNewTopicButton);
6
-});
+});
0 commit comments