Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kitconcept/volto-quote-block
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Jan 9, 2024
2 parents c5d3986 + b5ca3b2 commit 7274132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7274132

Please sign in to comment.