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 diff --git a/package.json b/package.json index 2beffb1..3c53401 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.1", "description": "volto-quote-block: Volto add-on", "main": "src/index.js", "license": "MIT",