Silverstripe
Silverstripe CMSDocs
  • Getting Started
  • Developer Guides
  • Optional features
    • Advanced Workflow
    • Elemental blocks
    • Content Localisation with Fluent
    • GraphQL
    • GridField Bulk Editing Tools
    • GridField Extensions
    • TinyMCE HTML editor
    • Linkfield
    • Login forms
    • Multi-factor authentication (MFA)
    • Queued Jobs
    • RealMe
    • Static Publish Queue
    • TagField
      • TagField Module Usage
    • Taxonomies
    • Text Extraction
    • TOTP Authenticator
    • UserForms
  • Upgrading
  • Changelogs
  • Contributing
  • Project Governance
  1. Optional features/
  2. TagField
Version 6Supported

TagField#

On this page

  • Installation
  • GitHub repository

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#

bash
composer require silverstripe/tagfield

GitHub repository#

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

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

Edit on GitHub