Skip to content

Commit

Permalink
Merge pull request #16 from devcut/patch-1
Browse files Browse the repository at this point in the history
Update UxMediaCollectionType - Add extra conf parameter
  • Loading branch information
Arkounay authored Dec 23, 2023
2 parents e5d3ff3 + 86d3f23 commit 50dc0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form/UxMediaCollectionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function configureOptions(OptionsResolver $resolver): void

$entryOptionsNormalizer = function (Options $options, $value) {
$value['conf'] = $options['conf'];
$value['extra'] = $options['extra'];
$value['block_name'] = 'entry';
$value['label'] = false;

Expand Down

0 comments on commit 50dc0c1

Please sign in to comment.