Skip to content
Snippets Groups Projects
Commit 089e4f6b authored by catch's avatar catch
Browse files

Issue #2555259 by martin107, dawehner: Add config schema for image_convert image effect

parent dd23c88a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -35,6 +35,14 @@ image.effect.image_crop: ...@@ -35,6 +35,14 @@ image.effect.image_crop:
label: 'Anchor' label: 'Anchor'
type: string type: string
image.effect.image_convert:
type: mapping
label: 'Convert'
mapping:
extension:
label: 'Extension'
type: string
image.effect.image_resize: image.effect.image_resize:
type: image_size type: image_size
label: 'Image resize' label: 'Image resize'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment