42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"manifests": {
|
|
"webindustry/image-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ImageBundle\\ImageBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/image-bundle.yaml": {
|
|
"contents": [
|
|
"image:",
|
|
" image_types:",
|
|
" - { id: 'default', label: 'Default', allowed_mime: ['image/jpeg', 'image/png', 'image/webp'] }",
|
|
" image_sources:",
|
|
" - { id: 'default', label: 'Default' }",
|
|
" tag_types:",
|
|
" - { id: 'default', label: 'Default' }",
|
|
" s3:",
|
|
" region: eu-west-1",
|
|
" version: latest",
|
|
" bucket: bucket-name-here",
|
|
" key_prefix: images/",
|
|
" credentials:",
|
|
" key: ''",
|
|
" secret: ''",
|
|
" liip_imagine:",
|
|
" optimized_cache_resolvers: [ 's3' ]"
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "0edeaced0bb450a4e48c96b1298b5a96c70a771b"
|
|
}
|
|
}
|
|
}
|