Skip to content

Commit

Permalink
Update screenshot format examples in config (#206)
Browse files Browse the repository at this point in the history
In the screenshot configuration of the utility settings, the example values for the screenshot format are updated to simple file extensions 'jpg', 'png', and 'webp', instead of the MIME types.
  • Loading branch information
Spomky authored May 25, 2024
1 parent 891abdc commit 6419156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/definition/utils/screenshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getScreenshotsNode(string $info): ArrayNodeDefinition
->end()
->scalarNode('format')
->info('The format of the screenshot. Will convert the file if set.')
->example(['image/jpg', 'image/png', 'image/webp'])
->example(['jpg', 'png', 'webp'])
->end()
->scalarNode('reference')
->defaultNull()
Expand Down

0 comments on commit 6419156

Please sign in to comment.