Skip to content

Commit

Permalink
Merge pull request #1 from Einpix/add-support-to-enable-sorting-on-st…
Browse files Browse the repository at this point in the history
…ring-column

Add support to enable sorting on string
  • Loading branch information
developerEinpix authored Mar 14, 2023
2 parents 6c352b1 + ad28d27 commit 223be1d
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 223be1d

Please sign in to comment.