Skip to content

Commit

Permalink
refactor #128 Remove performNoDeepMerging to authorise additional cus…
Browse files Browse the repository at this point in the history
…tom theme folders (lanfisis)

This PR was merged into the 2.4 branch.

Discussion
----------

The `performNoDeepMerging` do not allow to add more theme folders in config file or using compiler pass so I removed it. 

Commits
-------

e17a77f Remove performNoDeepMerging to authorise theme folder addition
  • Loading branch information
GSadee authored Jul 19, 2024
2 parents e3d7211 + e17a77f commit e956d29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function buildConfiguration(ArrayNodeDefinition $node): void
->arrayNode('directories')
->defaultValue(['%kernel.project_dir%/themes'])
->requiresAtLeastOneElement()
->performNoDeepMerging()
->prototype('scalar')
;
}
Expand Down

0 comments on commit e956d29

Please sign in to comment.