Skip to content

Commit

Permalink
see cl 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed May 20, 2020
1 parent f475d55 commit 35bd1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.19.2] - 2020-05-20
- fixed `TagsConfigElementType`

## [1.19.1] - 2020-05-20
- fixed `RelatedConfigElementType`

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_list_config_element.php
Expand Up @@ -78,7 +78,7 @@
'placeholderImageMode_' . \HeimrichHannot\ListBundle\Backend\ListConfigElement::PLACEHOLDER_IMAGE_MODE_GENDERED => 'genderField,placeholderImage,placeholderImageFemale',
'placeholderImageMode_' . \HeimrichHannot\ListBundle\Backend\ListConfigElement::PLACEHOLDER_IMAGE_MODE_RANDOM => 'placeholderImages',
'placeholderImageMode_' . \HeimrichHannot\ListBundle\Backend\ListConfigElement::PLACEHOLDER_IMAGE_MODE_FIELD => 'fieldDependentPlaceholderConfig',
'tagsAddLink' => 'tagsFilter,tagsFilterElement,tagsJumpTo'
'tagsAddLink' => 'tagsFilter,tagsFilterConfigElement,tagsJumpTo'
],
'fields' => [
'id' => [
Expand Down

0 comments on commit 35bd1fc

Please sign in to comment.