The Strapi Plugin Content Tags is a plugin for the Strapi CMS that allows users to add custom tags to their content.
To install the Strapi Plugin Content Tags, follow these steps:
./src/api/[content-type-name]/content-types/[content-type-name]/schema.json.pluginOptions section, configure the tags of the collection type.fieldName to the reference field specified in the attributes section.tags to an object where the keys are the labels of the tags.color: The display color of the badge, with possible values: alternative, danger, neutral, primary, secondary, success, or warning.defaultTag: A key in the tags object that will be assigned to entities by default.schema.json manually or adding it through the Content-Type Builder.The Strapi Plugin Content Tags is a useful plugin for the Strapi CMS that allows users to easily add custom tags to their content. This provides a flexible way to categorize and organize their content for better management and retrieval. The plugin offers a range of configuration options, such as setting the display color of the tags and specifying a default tag. Installation is straightforward, requiring edits to the schema file or using the Content-Type Builder. Overall, this plugin enhances the functionality and customization capabilities of Strapi CMS.