Skip to content

Commit

Permalink
change level names
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiannico19 authored and Fernando Colom committed Mar 14, 2024
1 parent b609096 commit fec5f5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Changed type keys for translate. Now accept string o boolean

## [2.123.0] - 2024-02-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/schemas/edit.yml
Expand Up @@ -1226,7 +1226,7 @@ sections:
labelField: name
valueField: id
translateSectionLabel: true
translateGroupLabel: levelone.leveltwo
translateGroupLabel: delivery.title
translateCheckboxLabel: false

- name: multiInputExample
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/schemas/expected/edit.json
Expand Up @@ -1877,7 +1877,7 @@
"labelField": "name",
"valueField": "id",
"translateSectionLabel": true,
"translateGroupLabel": "levelone.leveltwo",
"translateGroupLabel": "delivery.title",
"translateCheckboxLabel": false
}
},
Expand Down

0 comments on commit fec5f5e

Please sign in to comment.