3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 09:35:02 +00:00

Update backend/src/plugins/Tags/TagsPlugin.ts

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
metal 2021-09-06 17:34:31 +01:00 committed by GitHub
parent 45c16ea48f
commit 7f92a09eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,9 +60,7 @@ export const TagsPlugin = zeppelinGuildPlugin<TagsPluginType>()({
showInDocs: true, showInDocs: true,
info: { info: {
prettyName: "Tags", prettyName: "Tags",
description: trimPluginDescription(` description: "Tags are a way to store and reuse information.",
Tags are a way to store and reuse information.
`),
configurationGuide: trimPluginDescription(` configurationGuide: trimPluginDescription(`
### Template Functions ### Template Functions
You can use template functions in your tags. These functions are called when the tag is rendered. You can use template functions in your tags. These functions are called when the tag is rendered.