Skip to content

Added doc for Gaussian Blur in Image Editor#3046

Open
mnocon wants to merge 2 commits into4.6from
image-editor-blur
Open

Added doc for Gaussian Blur in Image Editor#3046
mnocon wants to merge 2 commits into4.6from
image-editor-blur

Conversation

@mnocon
Copy link
Contributor

@mnocon mnocon commented Feb 6, 2026

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

code_samples/ change report

Before (on target branch)After (in current PR)

code_samples/back_office/image_editor/config/packages/image_editor.yaml

docs/content_management/images/configure_image_editor.md@32:``` yaml
docs/content_management/images/configure_image_editor.md@33:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 36) =]]
docs/content_management/images/configure_image_editor.md@34:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ crop:
011⫶ id: crop
012⫶ priority: 1
013⫶ visible: true
014⫶ buttons:
015⫶ 1-1:
016⫶ label: 1:1
017⫶ ratio:
018⫶ x: 1
019⫶ y: 1
020⫶ 3-4:
021⫶ label: 3:4
022⫶ ratio:
023⫶ x: 3
024⫶ y: 4
025⫶ 4-3:
026⫶ label: 4:3
027⫶ ratio:
028⫶ x: 4
029⫶ y: 3
030⫶ 16-9:
031⫶ label: 16:9
032⫶ ratio:
033⫶ x: 16
034⫶ y: 9
035⫶ custom:
036⫶ label: Custom

docs/content_management/images/configure_image_editor.md@43:``` yaml
docs/content_management/images/configure_image_editor.md@44:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@45:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ image_quality: 0.8


code_samples/back_office/image_editor/config/packages/image_editor.yaml

docs/content_management/images/configure_image_editor.md@32:``` yaml
docs/content_management/images/configure_image_editor.md@33:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 36) =]]
docs/content_management/images/configure_image_editor.md@34:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ crop:
011⫶ id: crop
012⫶ priority: 1
013⫶ visible: true
014⫶ buttons:
015⫶ 1-1:
016⫶ label: 1:1
017⫶ ratio:
018⫶ x: 1
019⫶ y: 1
020⫶ 3-4:
021⫶ label: 3:4
022⫶ ratio:
023⫶ x: 3
024⫶ y: 4
025⫶ 4-3:
026⫶ label: 4:3
027⫶ ratio:
028⫶ x: 4
029⫶ y: 3
030⫶ 16-9:
031⫶ label: 16:9
032⫶ ratio:
033⫶ x: 16
034⫶ y: 9
035⫶ custom:
036⫶ label: Custom

docs/content_management/images/configure_image_editor.md@43:``` yaml
docs/content_management/images/configure_image_editor.md@44:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@45:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ image_quality: 0.8

docs/content_management/images/configure_image_editor.md@54:``` yaml
docs/content_management/images/configure_image_editor.md@55:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@56:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ gaussian_blur_strength: 0.05

docs/content_management/images/extend_image_editor.md@28:``` yaml
docs/content_management/images/extend_image_editor.md@29:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 9) =]][[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 36, 39) =]]
docs/content_management/images/extend_image_editor.md@30:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ dot:
011⫶ id: dot
012⫶ priority: 50

docs/content_management/images/extend_image_editor.md@28:``` yaml
docs/content_management/images/extend_image_editor.md@29:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 9) =]][[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 36, 39) =]]
docs/content_management/images/extend_image_editor.md@30:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ dot:
011⫶ id: dot
012⫶ priority: 50

Download colorized diff

@mnocon mnocon marked this pull request as ready for review February 6, 2026 08:51
@mnocon mnocon requested review from Sztig and micszo February 6, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant