From f31fde7a1a1bc768eb6a620d958ff19fdc5ba618 Mon Sep 17 00:00:00 2001 From: jackahl Date: Tue, 9 Jan 2024 11:18:47 +0100 Subject: [PATCH 1/3] Release 1.0.0-alpha.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2beffb1..9976483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-quote-block", - "version": "0.1.0", + "version": "1.0.0-alpha.0", "description": "volto-quote-block: Volto add-on", "main": "src/index.js", "license": "MIT", 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 2/3] 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 From b5ca3b23f5cdcce743d1e3fef68a0a288907ca3e Mon Sep 17 00:00:00 2001 From: jackahl Date: Tue, 9 Jan 2024 12:54:53 +0100 Subject: [PATCH 3/3] Release 1.0.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9976483..3c53401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-quote-block", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "volto-quote-block: Volto add-on", "main": "src/index.js", "license": "MIT",