Skip to content

Commit

Permalink
Correction of configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre LEJEUNE committed Dec 26, 2019
1 parent 623542c commit d478a74
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 @@ -28,6 +28,7 @@ public function getConfigTreeBuilder()
$rootNode->children()
->scalarNode('base_folder')->defaultValue('%kernel.project_dir%/public/')->end()
->scalarNode('storage_folder')->defaultValue('media/')->end()
->scalarNode('file_class')->end()
->booleanNode('resize')->defaultValue(false)->end()
->arrayNode('image_formats')
->arrayPrototype()
Expand Down

0 comments on commit d478a74

Please sign in to comment.