Add color field type to the documentation

Since it was released with the version 5
This commit is contained in:
Stanislas Boyet 2019-10-10 11:40:06 +02:00 committed by GitHub
parent 40fa2de8ad
commit 089e245bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ Mapping | Generated HTML Element | Database Column Type
`password` | `input[type=password]` | `string` with `name =~ /password/`
`search` | `input[type=search]` | -
`uuid` | `input[type=text]` | `uuid`
`color` | `input[type=color]` | `string`
`text` | `textarea` | `text`
`hstore` | `textarea` | `hstore`
`json` | `textarea` | `json`