From e1f43f0860a7d555040a72da74ec113fcd3826a4 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 4 Mar 2020 11:22:13 +0100 Subject: [PATCH] docs: rephrase previews support for variable types (#3376) --- website/content/docs/beta-features.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/beta-features.md b/website/content/docs/beta-features.md index c2a930f6..80f86c7c 100644 --- a/website/content/docs/beta-features.md +++ b/website/content/docs/beta-features.md @@ -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: