From 7f92a09eaa52cb55d7d115711e382aa40cf3bd5d Mon Sep 17 00:00:00 2001 From: metal Date: Mon, 6 Sep 2021 17:34:31 +0100 Subject: [PATCH] Update backend/src/plugins/Tags/TagsPlugin.ts Co-authored-by: Almeida --- backend/src/plugins/Tags/TagsPlugin.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/src/plugins/Tags/TagsPlugin.ts b/backend/src/plugins/Tags/TagsPlugin.ts index 7ed3e233..cd5a6832 100644 --- a/backend/src/plugins/Tags/TagsPlugin.ts +++ b/backend/src/plugins/Tags/TagsPlugin.ts @@ -60,9 +60,7 @@ export const TagsPlugin = zeppelinGuildPlugin()({ showInDocs: true, info: { prettyName: "Tags", - description: trimPluginDescription(` - Tags are a way to store and reuse information. - `), + description: "Tags are a way to store and reuse information.", configurationGuide: trimPluginDescription(` ### Template Functions You can use template functions in your tags. These functions are called when the tag is rendered.