Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Dec 17, 2023
1 parent 50b8f6b commit 00ade0c
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 @@ -263,6 +263,7 @@ private function setupSimpleOptions(ArrayNodeDefinition $node): void
{
$node->children()
->scalarNode('image_processor')
->defaultNull()
->info('The image processor to use to generate the icons of different sizes.')
->example(GDImageProcessor::class)
->end()
Expand Down

0 comments on commit 00ade0c

Please sign in to comment.