Skip to content

Commit

Permalink
TTK-27428: Add cpnf property and change default_image_for_audio url
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Dec 15, 2024
1 parent b5402fe commit cd9d1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->info('Default track to youtube upload')
->end()
->scalarNode('default_image_for_audio')
->defaultValue(dirname(__DIR__, 2).'/SchemaBundle/Resources/public/images/playlist_folder.png')
->defaultValue(dirname(__DIR__, 4).'/public/bundles/pumukitschema/images/playlist_folder.png')
->info('Default image for audio to youtube upload')
->end()
->arrayNode('allowed_caption_mimetypes')
Expand Down
1 change: 1 addition & 0 deletions Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ pumukit_youtube:
rel_duration_size: 1
rel_duration_trans: 1
downloadable: true
generate_pic: false

0 comments on commit cd9d1f5

Please sign in to comment.