add more document formats
This commit is contained in:
parent
ba76804150
commit
0963527977
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ socket.setdefaulttimeout(300)
|
|||
CHUNK_SIZE = 1024*1024*5
|
||||
default_media_cache = os.environ.get('oxMEDIA', os.path.join(utils.basedir(), 'media'))
|
||||
|
||||
DOCUMENT_FORMATS = ('jpg', 'pdf', 'png')
|
||||
DOCUMENT_FORMATS = ('jpg', 'pdf', 'png', 'webp', 'avif', 'heic', 'heif')
|
||||
sync_extensions = ()
|
||||
|
||||
def get_frames(filename, prefix, info, force=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue