Recipe per video-bundle

This commit is contained in:
Giuseppe Fabiano
2024-03-06 15:16:07 +01:00
parent ad20a61180
commit 6621f30717
2 changed files with 47 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
],
"webindustry/image-bundle": [
"2.0"
],
"webindustry/video-bundle": [
"2.0"
]
},
"branch": "master",

View 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"
}
}
}