Update readme.md

This commit is contained in:
Neil Creagh 2019-02-13 12:22:45 +00:00 committed by GitHub
parent 3f9085e9d4
commit 5276367784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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