From baeb65ae0526ab89c57ee847a34d9cc601af862c Mon Sep 17 00:00:00 2001 From: Dan Nolan Date: Fri, 18 Mar 2016 11:26:04 -0700 Subject: [PATCH] Update field list --- doc/reference/Field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/Field.md b/doc/reference/Field.md index af4180b3..7051dcd8 100644 --- a/doc/reference/Field.md +++ b/doc/reference/Field.md @@ -24,7 +24,7 @@ A field is the representation of a property of an entity. ## General Field Settings * `nga.field(name, type)` -Create a new field of the given type. Default type is 'string', so you can omit it. Bundled types include `string`, `text`, `wysiwyg`, `password`, `email`, `date`, `datetime`, `number`, `float`, `boolean`, `choice`, `choices`, `json`, `file`, `reference`, `reference_list`, and `reference_many`. +Create a new field of the given type. Default type is 'string', so you can omit it. Bundled types include `string`, `text`, `wysiwyg`, `password`, `email`, `date`, `datetime`, `number`, `float`, `boolean`, `choice`, `choices`, `json`, `file`, `reference`, `referenced_list`, `embedded_list` and `reference_many`. The name may use the *dot notation* to map a nested property. For instance, is the REST endpoint for comments answers as follow: