Skip to content

Commit

Permalink
Merge pull request #55 from eea/develop
Browse files Browse the repository at this point in the history
fix: use SelectWidget instead of ArrayWidget in schema
  • Loading branch information
claudiaifrim authored Jul 5, 2023
2 parents d51ffd9 + c699a83 commit 4a9c1f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ 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).

### [5.0.5](https://github.com/eea/volto-tabs-block/compare/5.0.4...5.0.5) - 4 July 2023
### [5.0.6](https://github.com/eea/volto-tabs-block/compare/5.0.5...5.0.6) - 5 July 2023

#### :hammer_and_wrench: Others
#### :bug: Bug Fixes

- fix: use SelectWidget instead of ArrayWidget in schema [Miu Razvan - [`4213d19`](https://github.com/eea/volto-tabs-block/commit/4213d1967ef5f171c909a18610e7e8ec2237b563)]

### [5.0.5](https://github.com/eea/volto-tabs-block/compare/5.0.4...5.0.5) - 4 July 2023

- set gutter on carousel [Miu Razvan - [`ccea0b6`](https://github.com/eea/volto-tabs-block/commit/ccea0b6c4c5dd49afe8de127df10751239f6a5fa)]
### [5.0.4](https://github.com/eea/volto-tabs-block/compare/5.0.3...5.0.4) - 13 June 2023

#### :hammer_and_wrench: Others
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": "@eeacms/volto-tabs-block",
"version": "5.0.5",
"version": "5.0.6",
"description": "volto-tabs-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
1 change: 0 additions & 1 deletion src/components/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const schema = (config, templateSchema = {}) => {
},
verticalAlign: {
title: 'Vertical align',
type: 'array',
choices: [
['flex-start', 'Top'],
['center', 'Middle'],
Expand Down
1 change: 0 additions & 1 deletion src/components/templates/carousel/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default () => ({
properties: {
theme: {
title: 'Theme',
type: 'array',
choices: [
['light', 'Light'],
['dark', 'Dark'],
Expand Down
1 change: 0 additions & 1 deletion src/components/templates/default/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default () => ({
},
menuAlign: {
title: 'Alignment',
type: 'array',
choices: [
['left', 'Left'],
['center', 'Center'],
Expand Down
1 change: 0 additions & 1 deletion src/components/templates/horizontal-responsive/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default () => ({
},
menuAlign: {
title: 'Alignment',
type: 'array',
choices: [
['left', 'Left'],
['center', 'Center'],
Expand Down

0 comments on commit 4a9c1f1

Please sign in to comment.