Recipe per video-bundle
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
],
|
||||
"webindustry/image-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"webindustry/video-bundle": [
|
||||
"2.0"
|
||||
]
|
||||
},
|
||||
"branch": "master",
|
||||
|
||||
44
webindustry.video-bundle.2.0.json
Normal file
44
webindustry.video-bundle.2.0.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"webindustry/video-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"VideoBundle\\VideoBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/video-bundle.yaml": {
|
||||
"contents": [
|
||||
"video:",
|
||||
" video_types:",
|
||||
" - { id: 'default', label: 'Default video type' }",
|
||||
" tag_types:",
|
||||
" - { id: 'default', label: 'Default tag type' }",
|
||||
" thumbnails:",
|
||||
" allow_public_thumbnails: true",
|
||||
" sizes:",
|
||||
" - { id: 'default', label: 'Default', size: 720, format: 'jpg' }",
|
||||
" s3:",
|
||||
" region: 'eu-west-1'",
|
||||
" bucket: 'changeme'",
|
||||
" input_key_prefix: 'video-bundle/inputs'",
|
||||
" output_key_prefix: 'video-bundle/output'",
|
||||
" credentials:",
|
||||
" key: 'changeme'",
|
||||
" secret: 'changeme'",
|
||||
"",
|
||||
"parameters:",
|
||||
" video_bundle_secured_path: /intranet"
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7038a31c22616ad9b287f594b053fbcc20beaf52"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user