We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127aecc commit 258f0acCopy full SHA for 258f0ac
docs/content_management/images/configure_image_editor.md
@@ -54,7 +54,7 @@ You can configure the gaussian blur strength applied during image optimization w
54
[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 4) =]] [[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 40, 41) =]]
55
```
56
57
-The setting accepts values between 0 and 1, where higher values increase blur and reduce file size, while lower values maintain sharpness.
+The setting accepts float values between 0 and 10.0, where higher values increase blur and reduce file size, while lower values maintain sharpness.
58
The default value is 0.05.
59
60
### Additional information
0 commit comments