Add recipe for tiloweb/uploaded-file-type-bundle 2.0 (#1910)

* Add tiloweb/uploaded-file-type-bundle 2.0 recipe

* Add UPLOAD_BASE_URI to manifest and clean up uploaded_file_type.yaml configuration

* chore: trigger CI checks

* chore: trigger CI with license header
This commit is contained in:
Thibault Henry
2025-12-31 08:28:30 +01:00
committed by GitHub
parent 03402388ba
commit ca23f07b20
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Read the documentation: https://github.com/Tiloweb/uploaded-file-type-bundle
uploaded_file_type:
configurations:
default:
filesystem: 'oneup_flysystem.default_filesystem'
base_uri: '%env(UPLOAD_BASE_URI)%'
path: '/uploads'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"UPLOAD_BASE_URI": "https://cdn.example.com"
}
}