mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 22:59:52 +02:00
Allow to restrict the file extensions for a attachment type.
This commit is contained in:
parent
2187f5eac2
commit
fdfb099cb5
25 changed files with 714 additions and 4 deletions
|
@ -104,6 +104,10 @@ services:
|
|||
$footprints_path: 'public/img/footprints'
|
||||
$models_path: null
|
||||
|
||||
App\Services\Attachments\FileTypeFilterTools:
|
||||
arguments:
|
||||
$mimeTypes: '@mime_types'
|
||||
|
||||
App\Services\TranslationExtractor\PermissionExtractor:
|
||||
tags:
|
||||
- { name: 'translation.extractor', alias: 'permissionExtractor'}
|
Loading…
Add table
Add a link
Reference in a new issue