Skip to content
Snippets Groups Projects

Issue #3228372: Crop types are not sorted in the image effect form

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -200,6 +200,7 @@ class CropEffect extends ConfigurableImageEffectBase implements ContainerFactory
foreach ($this->typeStorage->loadMultiple() as $type) {
$options[$type->id()] = $type->label();
}
natcasesort($options);
return $options;
}
Loading