Added 'format' to magic actions for images (#3144)

This commit is contained in:
angusmcb
2021-01-11 23:49:37 +01:00
committed by GitHub
parent fd18eeb62c
commit d7378f87c5

View File

@@ -53,7 +53,7 @@ class ImageMedium extends Medium
'resize', 'forceResize', 'cropResize', 'crop', 'zoomCrop',
'negate', 'brightness', 'contrast', 'grayscale', 'emboss',
'smooth', 'sharp', 'edge', 'colorize', 'sepia', 'enableProgressive',
'rotate', 'flip', 'fixOrientation', 'gaussianBlur'
'rotate', 'flip', 'fixOrientation', 'gaussianBlur', 'format'
];
/**