Skip to content

Commit

Permalink
file limitation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
oxFilla committed Jul 3, 2024
1 parent 0fec52e commit 546436a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'group' => 'limitations',
'name' => ModuleSettings::SETTING_LIMITATIONS_ALLOWED_EXTENSIONS,
'type' => 'str',
'value' => 'jpg, gif, png, pdf, mp3, avi, mpg, mpeg, doc, xls, ppt, avif',
'value' => 'avif, gif, jpeg, png, svg, webp, pdf, zip',
],
],
];
2 changes: 1 addition & 1 deletion views/admin_twig/de/ddoemedialibrary_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'SHOP_MODULE_ddoeMediaLibraryAlternativeImageDirectory' => 'Alternatives Bild-URL',

'SHOP_MODULE_GROUP_limitations' => 'Einschränkungen',
'SHOP_MODULE_oeMediaLibraryAllowedExtensions' => 'Erlaubte Dateierweiterungen(Kommagetrennt, Groß- und Kleinschreibung wird nicht beachtet)',
'SHOP_MODULE_oeMediaLibraryAllowedExtensions' => 'Erlaubte Dateierweiterungen (kommagetrennt, Groß- und Kleinschreibung wird nicht beachtet)',

// Base Module

Expand Down
2 changes: 1 addition & 1 deletion views/admin_twig/en/ddoemedialibrary_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'SHOP_MODULE_ddoeMediaLibraryAlternativeImageDirectory' => 'Alternative image URL',

'SHOP_MODULE_GROUP_limitations' => 'Limitations',
'SHOP_MODULE_oeMediaLibraryAllowedExtensions' => 'Allowed file extensions(Comma separated, Case insensitive)',
'SHOP_MODULE_oeMediaLibraryAllowedExtensions' => 'Allowed file extensions (comma separated, case insensitive)',

// Base Module

Expand Down

0 comments on commit 546436a

Please sign in to comment.