We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd915d commit 0963a6aCopy full SHA for 0963a6a
assets/javascripts/initializers/admin-plugin-configuration-nav.js
@@ -41,11 +41,12 @@ export default {
41
route: "adminPlugins.show.discourse-ai-spam",
42
description: "discourse_ai.spam.spam_description",
43
},
44
- {
45
- label: "discourse_ai.features.short_title",
46
- route: "adminPlugins.show.discourse-ai-features",
47
- description: "discourse_ai.features.description",
48
- },
+ // TODO(@keegan / @roman): Uncomment this when structured output is merged
+ // {
+ // label: "discourse_ai.features.short_title",
+ // route: "adminPlugins.show.discourse-ai-features",
+ // description: "discourse_ai.features.description",
49
+ // },
50
]);
51
});
52
0 commit comments