Merge pull request #239 from creative-commoners/pulls/3.0/cms5-readme

DOC Update README.md for CMS 5
This commit is contained in:
Sabina Talipova 2023-04-26 08:21:57 +12:00 committed by GitHub
commit 315096c64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,12 @@
Custom tag input field, for SilverStripe.
## Installation
```sh
composer require silverstripe/tagfield
```
## Overview
![Screenshot](docs/en/screenshot.png)
@ -16,16 +22,6 @@ 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
## Installing
```sh
$ composer require silverstripe/tagfield
```
## Using
### Relational Tags