From 95e64b38cf4882018222d3ec32a50b4f40db04c2 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Fri, 25 May 2018 16:15:08 -0400 Subject: [PATCH] update image widget docs --- website/site/content/docs/widgets/image.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/site/content/docs/widgets/image.md b/website/site/content/docs/widgets/image.md index 534c3bcc423e..255e4f1ccef1 100644 --- a/website/site/content/docs/widgets/image.md +++ b/website/site/content/docs/widgets/image.md @@ -12,7 +12,9 @@ The image widget allows editors to upload an image or select an existing one fro - **Data type:** file path string, based on `media_folder`/`public_folder` configuration - **Options:** - `default`: accepts a file path string; defaults to null -- **Example:** +- **Preview data:** + - `src`: `{string}` image URI +- **Example Config:** ```yaml - label: "Featured Image"