diff --git a/docs/topics/streamfield.md b/docs/topics/streamfield.md index d61500d52d..fed354899f 100644 --- a/docs/topics/streamfield.md +++ b/docs/topics/streamfield.md @@ -534,9 +534,9 @@ You can do so by [passing the keyword arguments](block_preview_arguments) `previ ("text", blocks.TextBlock()), ("source", blocks.CharBlock()), ], - preview_value={"text": "This is the coolest CMS ever.", "source": "Willie Wagtail"} + preview_value={"text": "This is the coolest CMS ever.", "source": "Willie Wagtail"}, preview_template="myapp/previews/blocks/quote.html", - description="A quote with attribution to the source, rendered as a blockquote." + description="A quote with attribution to the source, rendered as a blockquote.", )) ```