docs: rephrase previews support for variable types (#3376)

This commit is contained in:
Erez Rokah 2020-03-04 11:22:13 +01:00 committed by GitHub
parent 12444ca761
commit e1f43f0860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,8 +151,7 @@ Supports all of the [`slug` templates](/docs/configuration-options#slug) and:
Before this feature, the [list widget](/docs/widgets/#list) allowed a set of fields to be repeated, but every list item had the same set of fields available. With variable types, multiple named sets of fields can be defined, which opens the door to highly flexible content authoring (even page building) in Netlify CMS.
**Note: this feature does not yet support previews, and will not output anything in the preview
pane.**
**Note: this feature does not yet support default previews and requires [registering a preview template](/docs/customization#registerpreviewtemplate) in order to show up in the preview pane.**
To use variable types in the list widget, update your field configuration as follows: