You are here

core.entity_view_display.media.video.default.yml in Thunder 8.2

config/optional/core.entity_view_display.media.video.default.yml

File

config/optional/core.entity_view_display.media.video.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.video.field_caption
  6. - field.field.media.video.field_copyright
  7. - field.field.media.video.field_description
  8. - field.field.media.video.field_media_video_embed_field
  9. - field.field.media.video.field_source
  10. - media_entity.bundle.video
  11. module:
  12. - text
  13. - video_embed_field
  14. id: media.video.default
  15. targetEntityType: media
  16. bundle: video
  17. mode: default
  18. content:
  19. field_copyright:
  20. type: string
  21. weight: 1
  22. label: hidden
  23. settings:
  24. link_to_entity: false
  25. third_party_settings: { }
  26. region: content
  27. field_description:
  28. type: text_default
  29. weight: 2
  30. label: hidden
  31. settings: { }
  32. third_party_settings: { }
  33. region: content
  34. field_media_video_embed_field:
  35. weight: 0
  36. label: hidden
  37. settings:
  38. autoplay: true
  39. responsive: true
  40. width: 854
  41. height: 480
  42. third_party_settings: { }
  43. type: video_embed_field_video
  44. region: content
  45. hidden:
  46. created: true
  47. field_caption: true
  48. field_source: true
  49. langcode: true
  50. name: true
  51. thumbnail: true
  52. uid: true