Merge pull request #135 from neilcreagh/master

Update readme.md
This commit is contained in:
Robbie Averill 2019-02-13 21:28:14 +07:00 committed by GitHub
commit cf06c6129c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ $field = TagField::create(
->setShouldLazyLoad(true) // tags should be lazy loaded
->setCanCreate(true); // new tag DataObjects can be created
```
**Note:** This assumes you have imported the namespaces class, e.g. use SilverStripe\TagField\TagField;
### String Tags