mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
DOC Update README.md for CMS 5
This commit is contained in:
parent
09212e406a
commit
242f6bbb57
16
README.md
16
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user