Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Field.md #1312

Merged
merged 2 commits into from
Feb 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions doc/reference/Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ A field is the representation of a property of an entity.
* [General Field Settings](#general-field-settings)
* `string` Field Type
* `text` Field Type
* [`wysiwyg` Field Type](#-wysiwyg-field-type)
* [`wysiwyg` Field Type](#wysiwyg-field-type)
* `password` Field Type
* `email` Field Type
* [`date` Field Type](#-date-field-type)
* [`datetime` Field Type](#-datetime-field-type)
* [`number` Field Type](#-number-field-type)
* [`date` Field Type](#date-field-type)
* [`datetime` Field Type](#datetime-field-type)
* [`number` Field Type](#number-field-type)
* `float` Field Type
* [`boolean` Field Type](#-boolean-field-type)
* [`choice` and `choices` Field Types](#-choice-and-choices-field-types)
* [`boolean` Field Type](#boolean-field-type)
* [`choice` and `choices` Field Types](#choice-and-choices-field-types)
* `json` Field Type
* [`file` Field Type](#-file-field-type)
* [`reference` Field Type](#-reference-field-type)
* [`referenced_list` Field Type](#-referenced-list-field-type)
* [`embedded_list` Field Type](#-embedded-list-field-type)
* [`reference_many` Field Type](#-reference-many-field-type)
* [`file` Field Type](#file-field-type)
* [`reference` Field Type](#reference-field-type)
* [`referenced_list` Field Type](#referencedlist-field-type)
* [`embedded_list` Field Type](#embeddedlist-field-type)
* [`reference_many` Field Type](#referencemany-field-type)

## General Field Settings

Expand Down