remove duplicate widget description table

This commit is contained in:
Shawn Erquhart 2017-06-30 18:01:43 -04:00
parent 088cb158e3
commit 5748e78013

View File

@ -87,19 +87,7 @@ You point to where the files are stored, and specify the fields that define them
### Widgets
Widgets define the data type and interface for entry fields. Netlify CMS comes with several built-in widgets, including:
Widget | UI | Data Type
--- | --- | ---
`string` | text input | string
`text` | text area input | plain text, multiline input
`number` | text input with `+` and `-` buttons | number
`markdown` | rich text editor with raw option | markdown-formatted string
`datetime` | date picker widget | ISO date string
`image` | file picker widget with drag-and-drop | file path saved as string, image uploaded to media folder
`hidden` | No UI | Hidden element, typically only useful with a `default` attribute
Were always adding new widgets, and you can also create your own.
Widgets define the data type and interface for entry fields. Netlify CMS comes with several built-in [widgets](/docs/widgets).
## Customization