1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Move Import configuration to Core

This commit is contained in:
Yassine Guedidi 2024-01-01 17:04:08 +01:00
parent 8b13631e3d
commit 6552c84eec
5 changed files with 7 additions and 17 deletions

View file

@ -162,7 +162,5 @@ wallabag_core:
- 'Montserrat'
- 'OpenDyslexicRegular'
- 'Oswald'
wallabag_import:
allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv', 'text/html']
resource_dir: "%kernel.project_dir%/web/uploads/import"