Skip to content

Commit

Permalink
Add rich_text_area to list of mappings in README
Browse files Browse the repository at this point in the history
closes #1793
  • Loading branch information
nashby authored Jun 24, 2024
1 parent ef9f350 commit 62149be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ Mapping | Generated HTML Element | Database Column Type
`check_boxes` | collection of `input[type=checkbox]` | `has_many`/`has_and_belongs_to_many` associations
`country` | `select` (countries as options) | `string` with `name =~ /country/`
`time_zone` | `select` (timezones as options) | `string` with `name =~ /time_zone/`
`rich_text_area`| `trix-editor` | -

## Custom inputs

Expand Down

0 comments on commit 62149be

Please sign in to comment.