Skip to content

Commit

Permalink
Add label for column adjuster (#170)
Browse files Browse the repository at this point in the history
* Add label for column adjuster
* add upgrade notes
Co-authored-by: Stefan Hagspiel <[email protected]>
  • Loading branch information
blankse authored Mar 9, 2022
1 parent cd0973b commit 27662e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 4.0.4
- [BUGFIX] fix file size calculation
- [BUGFIX] add label for column adjuster [@blankse](https://github.com/dachcom-digital/pimcore-toolbox/pull/170)

## Version 4.0.3
- [BUGFIX] return correct default value if editable is null
Expand Down
2 changes: 1 addition & 1 deletion src/ToolboxBundle/Builder/BrickConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private function checkColumnAdjusterField(string $brickId, ?string $tab, array $
'type' => 'columnadjuster',
'name' => 'columnadjuster',
'tab' => $tab,
'label' => null,
'label' => $this->translator->trans('Column adjuster', [], 'admin'),
'config' => [],
'additional_classes_element' => false,
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@
"Fluid Container (Full Width)","Fluid Container (Full Width)","Fluid Container (Volle Breite)",
"No Images for this gallery found.","No Images for this gallery found.","Es wurden keine Bilder für die Galerie gewählt.",
"No column size selected.","No column size selected.","Keine Spaltendefinition gewählt.",
"No downloads defined yet.","No downloads defined yet.","Keine Downloads gewählt.",
"No downloads defined yet.","No downloads defined yet.","Keine Downloads gewählt.",
"Column adjuster","Column adjuster","Spaltenkonfiguration",

0 comments on commit 27662e2

Please sign in to comment.