DOCS Note about CMS usage

Fixes https://github.com/silverstripe/silverstripe-tagfield/issues/145
This commit is contained in:
Ingo Schommer 2019-07-04 09:09:48 +12:00 committed by GitHub
parent b5ca874591
commit ec8ca5bf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,15 @@ Custom tag input field, for SilverStripe.
[![License](http://img.shields.io/packagist/l/silverstripe/tagfield.svg?style=flat)](license.md)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
## Overview
Allows storing tags as a relationship, or comma-delimited strings.
Supports autocompletion with lazy-loading.
Note: The field is optimised for usage in the SilverStripe CMS UI.
The form field class itself can be used outside of the CMS,
but you'll need to build your own frontend to interpret the raw field data (`data-schema` attribute).
## Requirements
* SilverStripe 4.0