Skip to content

Commit

Permalink
Update ImagelistField.php
Browse files Browse the repository at this point in the history
  • Loading branch information
korenevskiy committed Oct 4, 2021
1 parent 742d421 commit a6e7405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/ImagelistField.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ImagelistField extends FilelistField
protected function getOptions()
{
// Define the image file type filter.
$this->fileFilter = '\.avif$|\.webp$|\.heic$|\.png$|\.gif$|\.jpg$|\.bmp$|\.ico$|\.jpeg$|\.psd$|\.eps$';
$this->fileFilter = '\.png$|\.gif$|\.jpg$|\.bmp$|\.ico$|\.jpeg$|\.psd$|\.eps$';

// Get the field options.
return parent::getOptions();
Expand Down

0 comments on commit a6e7405

Please sign in to comment.