core.entity_view_display.media.type_three.default.yml

Same filename and directory in other branches
  1. 9 core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
  2. 10 core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
  3. 11.x core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml

File

core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.type_three.field_media_test_image
  6. - image.style.thumbnail
  7. - media.type.type_three
  8. module:
  9. - image
  10. - user
  11. id: media.type_three.default
  12. targetEntityType: media
  13. bundle: type_three
  14. mode: default
  15. content:
  16. created:
  17. label: hidden
  18. type: timestamp
  19. weight: 0
  20. region: content
  21. settings:
  22. date_format: medium
  23. custom_date_format: ''
  24. timezone: ''
  25. third_party_settings: { }
  26. field_media_test_image:
  27. weight: 6
  28. label: above
  29. settings:
  30. image_style: ''
  31. image_link: ''
  32. third_party_settings: { }
  33. type: image
  34. region: content
  35. thumbnail:
  36. type: image
  37. weight: 5
  38. label: hidden
  39. settings:
  40. image_style: thumbnail
  41. image_link: ''
  42. region: content
  43. third_party_settings: { }
  44. uid:
  45. label: hidden
  46. type: author
  47. weight: 0
  48. region: content
  49. settings: { }
  50. third_party_settings: { }
  51. hidden:
  52. name: true

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