You are here

media.type.remote_video.yml in Varbase Media 8.6

config/optional/media.type.remote_video.yml

File

config/optional/media.type.remote_video.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - crop
  6. third_party_settings:
  7. crop:
  8. image_field: _none
  9. id: remote_video
  10. label: 'Remote video'
  11. description: 'A remotely hosted video from YouTube or Vimeo.'
  12. source: 'oembed:video'
  13. queue_thumbnail_downloads: false
  14. new_revision: false
  15. source_configuration:
  16. thumbnails_directory: 'public://oembed_thumbnails'
  17. providers:
  18. - YouTube
  19. - Vimeo
  20. source_field: field_media_oembed_video
  21. field_map: { }