Tagsinput plugin allow you to add custom tags field in your strapi admin panel. This will help you to add multiple tags in your post.
This plugin is used to add tagsinput in your strapi admin panel. Read more about it at tagsinput guidence.
Using npm,
1npm i strapi-plugin-tagsinput
Using yarn,
1yarn add strapi-plugin-tagsinput
After installation, you can add tagsinput as a custom field.
While adding tagsInput, you will see the API URL
field.
If you want to use REST API for suggestions, then add your API url in this field.
Notes:
http://localhost:1337/api/tags?fields[0]=name
(Make sure API CORS are enabled for your strapi domain in this case)./api/tags?fields[0]=name
Tags
collection.How to use tagsinput?
If you face any issues, feel free to submit them with detailed information.
Feel free to fork and make a Pull Request to this plugin project. All the inputs are warmly welcome!
Add a star if this project helped you.
This repository is owned and maintained by the Canopas team. If you are interested in building web apps, plugins or designing products, please let us know. We'd love to hear from you!
This repository is licenced under MIT.
npm install strapi-plugin-tagsinput
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.