From 65cb147cc17a2d200ee0cb1295adea43d3f05dbb Mon Sep 17 00:00:00 2001 From: Jonas Piterek <110389276+jonaspiterek@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:48:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de49c30..94ec588 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Go to http://localhost:3000, login, create a new page. The quote block will show This option will enable an image and an alignment widget in the block settings, allowing you to add an image to your quote block and align it, left, right and centered to the quote. By default this option is set to `true`. ```js -config.blocks.blocksConfig.heading.showImageField = true; +config.blocks.blocksConfig.quote.showImageField = true; ``` ## Credits