Version 5 supported
This version of Silverstripe CMS is still supported though will not receive any additional features. Go to documentation for the most recent stable version.

TagField

The TagField module provides a custom form field for adding tags to content. It supports creating tags as related data objects or as a simple comma-separated list of strings.

Installation

composer require silverstripe/tagfield

GitHub repository

https://github.com/silverstripe/silverstripe-tagfield

TagField Module Usage
Managing tags on DataObjects, and integration with silverstripe-taxonomy