From 3db79be3a8ef46c10bc5d00a55252e52ed4557bd Mon Sep 17 00:00:00 2001 From: Enngage Date: Fri, 6 Oct 2017 13:04:02 +0200 Subject: [PATCH] update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a9e7eff..2dd0f1dd 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,10 @@ export class Movie extends ContentItem { public category: Fields.MultipleChoiceField; } ``` - + + + + Supported fields: `TextField`, `MultipleChoiceField`, `DateTimeField`, `RichTextField`, `NumberField`, `AssetsField`, `UrlSlugField` and `TaxonomyField` #### Don't want to waste time creating models manually?