diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b007b..5b84af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [0.4.2](https://github.com/eea/volto-eea-website-policy/compare/0.4.1...0.4.2) - 28 September 2022 + +#### :rocket: New Features + +- feat(accordion): Most used - refs #148213 [Alin Voinea - [`46a160c`](https://github.com/eea/volto-eea-website-policy/commit/46a160c97ae958df2e14d684bd2f9133f8a8497d)] + ### [0.4.1](https://github.com/eea/volto-eea-website-policy/compare/0.4.0...0.4.1) - 28 September 2022 #### :bug: Bug Fixes @@ -12,6 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### :hammer_and_wrench: Others +- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`d153f54`](https://github.com/eea/volto-eea-website-policy/commit/d153f54e55e918fa4746e05488c734624eaf14a9)] ### [0.4.0](https://github.com/eea/volto-eea-website-policy/compare/0.3.3...0.4.0) - 19 September 2022 #### :hammer_and_wrench: Others @@ -87,6 +94,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - format index.js [Andrei Grigore - [`db4481a`](https://github.com/eea/volto-eea-website-policy/commit/db4481aeeba59a769272659f33278c902fc69bec)] - Update index.js [Alexandru Ghica - [`dc09886`](https://github.com/eea/volto-eea-website-policy/commit/dc0988640a76a9914381b120f58bb61a9ab1eb39)] - Added externalRoutes [Alexandru Ghica - [`b68135b`](https://github.com/eea/volto-eea-website-policy/commit/b68135b013fafa93a41ea602ea2fad30879abe0f)] +- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`575cca6`](https://github.com/eea/volto-eea-website-policy/commit/575cca674602ca2e1c2a41300c47ba594ff49aa0)] ### [0.1.1](https://github.com/eea/volto-eea-website-policy/compare/0.1.0...0.1.1) - 4 March 2022 #### :hammer_and_wrench: Others @@ -99,4 +107,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### :hammer_and_wrench: Others +- yarn bootstrap [Alin Voinea - [`9b4d197`](https://github.com/eea/volto-eea-website-policy/commit/9b4d197cbc7992566cb36524d190078d5ad21a44)] - Initial commit [Alin Voinea - [`3800692`](https://github.com/eea/volto-eea-website-policy/commit/3800692f7a4de6460815bd6061facacb986cbef0)] diff --git a/package.json b/package.json index a5d45c9..d46b8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-eea-website-policy", - "version": "0.4.1", + "version": "0.4.2", "description": "@eeacms/volto-eea-website-policy: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/index.js b/src/index.js index bfaac0b..c836f71 100644 --- a/src/index.js +++ b/src/index.js @@ -92,6 +92,11 @@ const applyConfig = (config) => { config.blocks.blocksConfig.columnsBlock.mostUsed = true; } + // Accordion + if (config.blocks.blocksConfig.accordion) { + config.blocks.blocksConfig.accordion.mostUsed = true; + } + // Listing if (config.blocks.blocksConfig.listing) { config.blocks.blocksConfig.listing.title = 'Listing (Content)';