Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 6b5deb6

Browse files
committed
configuration
1 parent 3f347b3 commit 6b5deb6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/DependencyInjection/Configuration.php

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ public function getConfigTreeBuilder()
3535
->scalarNode('locale_key')->defaultValue('%kernel.default_locale%')->end()
3636
->scalarNode('api_host')->defaultValue('www.google.com')->end()
3737
->booleanNode('locale_from_request')->defaultFalse()->end()
38+
39+
->integerNode('version')->min(2)->max(3)->defaultValue(2)->end()
40+
->booleanNode('hide_badge')->defaultValue(false)->end()
41+
->floatNode('score_threshhold')->defaultValue(0.5)->end()
42+
3843
->integerNode('timeout')->min(0)->defaultNull()->end()
3944
->arrayNode('trusted_roles')->prototype('scalar')->treatNullLike(array())->end()
4045
->end()

0 commit comments

Comments
 (0)