Skip to content

Commit

Permalink
fix(accordion): Default icons on the right - refs #153783
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 29, 2022
1 parent 9c7e210 commit c3ba73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-accordion-block",
"version": "4.0.0",
"version": "4.1.0",
"description": "volto-accordion-block: Volto accordion block",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Accordion/Schema.js
Expand Up @@ -127,7 +127,7 @@ export const AccordionBlockSchema = ({ intl }) => ({
right_arrows: {
title: intl.formatMessage(messages.right_arrows),
type: 'boolean',
default: false,
default: true,
},
collapsed: {
title: intl.formatMessage(messages.collapsed),
Expand Down

0 comments on commit c3ba73e

Please sign in to comment.