From ec8ca5bf2aff6c3f7b1a85062945d4037cc48e54 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 4 Jul 2019 09:09:48 +1200 Subject: [PATCH] DOCS Note about CMS usage Fixes https://github.com/silverstripe/silverstripe-tagfield/issues/145 --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index f1b63fe..557b185 100644 --- a/readme.md +++ b/readme.md @@ -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