misc edits in /docs; mostly style, grammar, consistency (#489)
* misc edits in /docs; mostly style, grammar, consistency * changes per reviewers requests * removed .md ext from links in 2 files per request
This commit is contained in:
committed by
Jessica Parsons
parent
b283f6931f
commit
6ad6bfd094
@ -13,8 +13,8 @@ Widgets define the data type and interface for entry fields. Netlify CMS comes w
|
||||
| `markdown` | rich text editor | string (markdown) |
|
||||
| `datetime` | date picker | string (ISO date) |
|
||||
| `select` | select input (dropdown) | string |
|
||||
| `image` | file picker w/ drag and drop | image file |
|
||||
| `file` | file picker w/ drag and drop | file |
|
||||
| `image` | file picker w/ drag-and-drop | image file |
|
||||
| `file` | file picker w/ drag-and-drop | file |
|
||||
| `hidden` | none | string |
|
||||
| `object` | group of other widgets | Immutable Map containing field values |
|
||||
| `list` | repeatable group of other widgets | Immutable List of objects containing field values |
|
||||
|
Reference in New Issue
Block a user