Skip to content

Commit ad28d27

Browse files
Add support to enable sorting on string
1 parent 9cc51e6 commit ad28d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function getConfigTreeBuilder(): TreeBuilder
3838
->scalarNode('name')->end()
3939
->scalarNode('type')->end()
4040
->booleanNode('facet')->end()
41+
->booleanNode('sort')->end()
4142
->booleanNode('optional')->end()
4243
->end()
4344
->end()

0 commit comments

Comments
 (0)