You are here

media.type.remote_video.yml in Varbase Media 9.0.x

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. - varbase_media
  7. third_party_settings:
  8. crop:
  9. image_field: null
  10. id: remote_video
  11. label: "Remote video"
  12. description: "A remotely hosted video from YouTube or Vimeo."
  13. source: "oembed:video"
  14. queue_thumbnail_downloads: false
  15. new_revision: true
  16. source_configuration:
  17. thumbnails_directory: "public://oembed_thumbnails"
  18. providers:
  19. - YouTube
  20. - Vimeo
  21. source_field: field_media_oembed_video
  22. field_map: {}