Skip to content

Commit

Permalink
SUP: allow epub file extension uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 24, 2024
1 parent 76d2615 commit c1b8451
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ adding:
retroactive_update: false
active_updating: false
settings:
file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf mp3 wav'
file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf mp3 wav epub'
removing:
settings:
file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf'
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ settings:
handler: 'default:file'
handler_settings: { }
file_directory: media/protected
file_extensions: 'txt doc docx pdf'
file_extensions: 'txt doc docx pdf epub'
max_filesize: ''
description_field: false
field_type: file

0 comments on commit c1b8451

Please sign in to comment.