Skip to content

Commit

Permalink
Add support to enable sorting on string
Browse files Browse the repository at this point in the history
  • Loading branch information
developerEinpix committed Apr 21, 2023
1 parent 9cc51e6 commit 4d5223f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->scalarNode('name')->end()
->scalarNode('type')->end()
->booleanNode('facet')->end()
->booleanNode('sort')->end()
->booleanNode('optional')->end()
->end()
->end()
Expand Down

0 comments on commit 4d5223f

Please sign in to comment.