Skip to content

Commit 042149c

Browse files
committed
Update config value range
1 parent 52dcff4 commit 042149c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/content_management/images/configure_image_editor.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The following example sets the aspect ratio values and label names for buttons u
3333
[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 36) =]]
3434
```
3535

36-
### Image quality
36+
### Image file size optimization
37+
38+
#### Image quality
3739

3840
You can configure the quality of the images modified in the Image Editor with the following configuration.
3941

@@ -44,17 +46,17 @@ The default quality is 0.92:
4446
[[= 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', 39, 40) =]]
4547
```
4648

47-
### Gaussian blur strength
49+
#### Gaussian blur strength
4850

4951
You can configure the gaussian blur strength applied during image optimization with the following configuration.
5052

51-
The setting accepts values between 0 and 1, where higher values increase blur and reduce file size, while lower values maintain sharpness.
52-
The default value is 0.05:
53-
5453
``` yaml
5554
[[= 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) =]]
5655
```
5756

57+
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+
5860
### Additional information
5961

6062
Each image can be accompanied by additional information that isn't visible to the user.

0 commit comments

Comments
 (0)