Files
symfony-flex-recipes-contrib/tiloweb.uploaded-file-type-bundle.2.0.json
github-action[bot]andgithub-action[bot] e638bb540c Update Flex endpoint
2025-12-31 07:28:43 +00:00

36 lines
1.3 KiB
JSON

{
"manifests": {
"tiloweb/uploaded-file-type-bundle": {
"manifest": {
"bundles": {
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"UPLOAD_BASE_URI": "https://cdn.example.com"
}
},
"files": {
"config/packages/uploaded_file_type.yaml": {
"contents": [
"# 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'",
""
],
"executable": false
}
},
"ref": "1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7"
}
}
}