Skip to content

Commit 12d2a9d

Browse files
committed
Added review remark
1 parent 52dcff4 commit 12d2a9d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,15 @@ auth.json
1111
.yarn
1212
yarn.lock
1313
docs/css/*.map
14+
.cache
15+
.devcontainer
16+
.github
17+
context
18+
AGENTS.md
19+
IMPLEMENTATION.md
20+
PLAN.md
21+
NOTES.md
22+
list
23+
logs/
24+
skills/
25+
notify-user.sh

docs/content_management/images/configure_image_editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ The default quality is 0.92:
4848

4949
You can configure the gaussian blur strength applied during image optimization with the following configuration.
5050

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-
5451
``` yaml
5552
[[= 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) =]]
5653
```
5754

55+
The setting accepts values between 0 and 1, where higher values increase blur and reduce file size, while lower values maintain sharpness.
56+
The default value is 0.05.
57+
5858
### Additional information
5959

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

0 commit comments

Comments
 (0)