Skip to content

Commit

Permalink
Merge pull request #989 from Dan-Nolan/patch-1
Browse files Browse the repository at this point in the history
Field.md - spelling error and missing field type
  • Loading branch information
fzaninotto committed Mar 18, 2016
2 parents 320ca07 + baeb65a commit d40ab91
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 d40ab91

Please # to comment.