Skip to content

Commit

Permalink
jpeg erlauben
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Jan 4, 2025
1 parent 4975653 commit 84d18bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/neues.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

$field = $form->addMediaField('default_thumbnail');
$field->setPreview(true);
$field->setTypes('jpg,gif,png');
$field->setTypes('jpg,jpeg,gif,png');
$field->setLabel(rex_i18n::msg('neues_default_thumbnail'));

$field = $form->addInputField('text', 'external_url_label', null, ['class' => 'form-control']);
Expand Down

0 comments on commit 84d18bc

Please sign in to comment.