Skip to content

Commit

Permalink
Update field list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Nolan committed Mar 18, 2016
1 parent 320ca07 commit baeb65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit baeb65a

Please # to comment.