Skip to content

Commit

Permalink
Add backward compatible config value for showing numbers in the tree …
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
Martin1982 committed Feb 9, 2022
1 parent 3bd8655 commit a7ea91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Expand Up @@ -30,6 +30,7 @@ public function getConfigTreeBuilder()
->scalarNode('dir')->end()
->enumNode('type')->values(['file', 'image', 'media'])->end()
->booleanNode('tree')->end()
->booleanNode('show_file_count')->defaultValue(true)->end()
->scalarNode('twig_extension')->end()
->booleanNode('cachebreaker')->defaultValue(true)->end()
->enumNode('view')->values(['thumbnail', 'list'])->defaultValue('list')->end()
Expand Down

0 comments on commit a7ea91b

Please sign in to comment.