core.entity_view_display.media.video.default.yml

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

File

core/profiles/standard/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_media_video_file
  6. - media.type.video
  7. module:
  8. - file
  9. id: media.video.default
  10. targetEntityType: media
  11. bundle: video
  12. mode: default
  13. content:
  14. field_media_video_file:
  15. type: file_video
  16. label: visually_hidden
  17. settings:
  18. controls: true
  19. autoplay: false
  20. loop: false
  21. multiple_file_display_type: tags
  22. muted: false
  23. playsinline: false
  24. width: 640
  25. height: 480
  26. third_party_settings: { }
  27. weight: 0
  28. region: content
  29. hidden:
  30. created: true
  31. name: true
  32. thumbnail: true
  33. uid: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.