DOC Update README.md for CMS 5

This commit is contained in:
Guy Sartorelli 2023-04-19 16:27:23 +12:00
parent 09212e406a
commit 242f6bbb57
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 6 additions and 10 deletions

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